Code

for the stretched pattern-on-path, length makes no difference, but it saves at least...
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 26 Mar 2009 23:13:27 +0000 (23:13 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 26 Mar 2009 23:13:27 +0000 (23:13 +0000)
src/draw-context.cpp

index 955aeeae299f62a4ee1c0a2f5c5caa890aacaccc..f90f033f376b62d5b35c988ef42ccdd3e97092ca 100644 (file)
@@ -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) {