Code

fix 1533388
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 3 Aug 2006 06:59:55 +0000 (06:59 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 3 Aug 2006 06:59:55 +0000 (06:59 +0000)
src/svg/svg-color.cpp

index 2bae38641b170413e9642e17afe16e96716d966a..372570883791ca552e45ccc3f0613d8aaabd23ae 100644 (file)
@@ -274,6 +274,7 @@ internal_sp_svg_read_color(gchar const *str, gchar const **end_ptr, guint32 def)
         s = e;
         if (*s == '%') {
             hasp = TRUE;
+            s += 1;
         } else {
             hasd = TRUE;
         }