diff options
Diffstat (limited to 'java/org')
| -rw-r--r-- | java/org/gnu/emacs/EmacsDrawLine.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/org/gnu/emacs/EmacsDrawLine.java b/java/org/gnu/emacs/EmacsDrawLine.java index a49fe96c26e..c3399b4a75e 100644 --- a/java/org/gnu/emacs/EmacsDrawLine.java +++ b/java/org/gnu/emacs/EmacsDrawLine.java | |||
| @@ -143,12 +143,6 @@ public final class EmacsDrawLine | |||
| 143 | if (canvas == null) | 143 | if (canvas == null) |
| 144 | return; | 144 | return; |
| 145 | 145 | ||
| 146 | /* Since drawLine has PostScript style behavior, adjust the | ||
| 147 | coordinates appropriately. | ||
| 148 | |||
| 149 | The leftmost pixel of a straight line is always partially filled. | ||
| 150 | Patch it in manually. */ | ||
| 151 | |||
| 152 | if (gc.clip_mask == null) | 146 | if (gc.clip_mask == null) |
| 153 | { | 147 | { |
| 154 | if (gc.line_style != EmacsGC.GC_LINE_ON_OFF_DASH) | 148 | if (gc.line_style != EmacsGC.GC_LINE_ON_OFF_DASH) |