Bug 2397

Summary: Move repeat/filter/transform to pattern
Product: cairo Reporter: Owen Taylor <otaylor>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: high CC: jwatt
Version: 0.9.3   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Owen Taylor 2005-01-27 12:21:04 UTC
Right now, there are various properties of a surface that affect only
how it used as the source of cairo_show_surface().

These properties are essentially weird ... a surface represents an image,
not how the image is used. 

For repeat, that should simply be a property of surface patterns
For transform, that should be a property of surface patterns, you can
  achieve thing when just drawing a single image by changing the CTM
For filter, the value used for cairo_show_surface() should probably
   be in the gstate.
Comment 1 Carl Worth 2005-05-10 20:58:44 UTC
These three properties have all been moved to patterns instead of surfaces
as part of the API shakeup.
Comment 2 Carl Worth 2005-08-22 17:14:18 UTC
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.