From 59d53057a1a5b23f01aaf693bb8692a012e297a7 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Thu, 26 Mar 2009 23:13:27 +0000 Subject: [PATCH] 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) --- src/draw-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2