[Webkit-unassigned] [Bug 12571] <clipPath> doesn't correctly handle <text> elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Feb 14 00:39:49 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=12571
Dirk Schulze <krit at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit-unassigned at lists.web |krit at webkit.org
|kit.org |
--- Comment #4 from Dirk Schulze <krit at webkit.org> 2010-02-14 00:39:48 PST ---
(In reply to comment #1)
> Another option is to not build a "clip path" at all until it's actually used.
> Still for speed it would be best to either create a single path to use for
> clipping, or to create a mask for clipping.
Thats the way I would prefer. Never the less. Our current implementation even
fails on very simple cases (only paths, one clip-rule - I'll add one of this
cases afterwards).
So there might be no other way to allways use masking. I think even ff masks
all the time, but they just have began to support animation. Maybe they also
run into speed problems.
I'll investigate more on it and hopefully find a way to hold the speed on
"normal" cases: path+clip-rule:nonzero
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list