diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-03-26 23:13:27 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-03-26 23:13:27 +0000 |
| commit | 34add0d2825dd070c72e6e9ad1f47e78aa66c7e8 (patch) | |
| tree | 35f83800597fbcc0843991caf9b755f8a0931a1d /src/draw-context.cpp | |
| parent | fix copy/paste of color from gradient stops (diff) | |
| download | inkscape-34add0d2825dd070c72e6e9ad1f47e78aa66c7e8.tar.gz inkscape-34add0d2825dd070c72e6e9ad1f47e78aa66c7e8.zip | |
for the stretched pattern-on-path, length makes no difference, but it saves at least the ellipse from going bananas when you rotate the path with lpe (a stopgap solution, until we resolve the transform issue)
(bzr r7570)
Diffstat (limited to 'src/draw-context.cpp')
| -rw-r--r-- | src/draw-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp index 955aeeae2..f90f033f3 100644 --- a/src/draw-context.cpp +++ b/src/draw-context.cpp @@ -303,7 +303,7 @@ spdc_check_for_and_apply_waiting_LPE(SPDrawContext *dc, SPItem *item) SPCSSAttr *css_item = sp_css_attr_from_object (SP_OBJECT(item), SP_STYLE_FLAG_ALWAYS); const char *cstroke = sp_repr_css_property(css_item, "stroke", "none"); -#define SHAPE_LENGTH 100 +#define SHAPE_LENGTH 10 #define SHAPE_HEIGHT 10 switch (shape) { |
