Bug 2397 - Move repeat/filter/transform to pattern
Summary: Move repeat/filter/transform to pattern
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 0.9.3
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-27 12:21 UTC by Owen Taylor
Modified: 2005-08-22 00:14 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.