Closed
Bug 757329
Opened 12 years ago
Closed 12 years ago
[Azure] Deal with transform changing while a path is built
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: bas.schouten, Assigned: bas.schouten)
References
Details
Attachments
(1 file)
6.20 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Since the new support for SVG stroke geometries we may apply a transform while a path is active and has not been drawn by a gfxContext. The Thebes-Azure wrapper does not support this behavior as it was not previously used. This patch adds (albeit slow), support for that behavior.
Attachment #625895 -
Flags: review?(roc)
Attachment #625895 -
Flags: review?(roc) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/8574f784774a Attempted bustage fix: https://hg.mozilla.org/integration/mozilla-inbound/rev/bea719080c06
Comment 2•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8574f784774a https://hg.mozilla.org/mozilla-central/rev/bea719080c06
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
You need to log in
before you can comment on or make changes to this bug.
Description
•