[cairo-bugs] [Bug 43397] EXTEND_NONE is used instead of EXTEND_PAD when src sample area is entirely within the surface

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 12 13:07:20 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=43397

--- Comment #24 from Bill Spitzak <spitzak at gmail.com> 2012-01-12 13:07:20 PST ---
It seems wasteful to have another call to distinguish the "any" case from
"none", as Cairo must have already done the work to figure this out. Unless
cairo caches this result it will have to run the calculation again.

Would prefer that a new symbol be added that indicates "any" repeat mode is ok,
since it is apparent that Cairo figured this out just so it could send "none".

So rather than a new call I would vastly prefer just an extra enumeration
value.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the cairo-bugs mailing list