Code

Store cached icons to disk between runs, and invalidate/purge as needed.
[inkscape.git] / src / sp-stop.cpp
index 71f937927b2a3b62c6531b8fd3ea5eb39943abe6..0c0a3b03aa19f3c9fbf981227e634ef47ddca7a6 100644 (file)
@@ -69,7 +69,7 @@ SPColor SPStop::getEffectiveColor() const
 {
     SPColor ret;
     if (currentColor) {
-        char const *str = sp_object_get_style_property(this, "color", NULL);
+        char const *str = getStyleProperty("color", NULL);
         /* Default value: arbitrarily black.  (SVG1.1 and CSS2 both say that the initial
          * value depends on user agent, and don't give any further restrictions that I can
          * see.) */
@@ -91,4 +91,4 @@ SPColor SPStop::getEffectiveColor() const
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :