From b4c6736390839c53251011ab5c536e020c02bda0 Mon Sep 17 00:00:00 2001 From: Tomasz Boczkowski Date: Fri, 16 May 2014 22:53:46 +0200 Subject: fix compliance test pservers-pattern-03-f - using fallback when pattern is empty (bzr r13341.1.34) --- src/sp-pattern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sp-pattern.h') diff --git a/src/sp-pattern.h b/src/sp-pattern.h index f69ba10b3..eb34b6714 100644 --- a/src/sp-pattern.h +++ b/src/sp-pattern.h @@ -56,6 +56,8 @@ public: sigc::connection modified_connection; + bool isValid() const; + virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity); protected: -- cgit v1.2.3