Closed
Bug 1175492
Opened 9 years ago
Closed 9 years ago
unpref transform-origin percentage handling for SVG elements
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla43
People
(Reporter: heycam, Assigned: longsonr)
References
Details
(Keywords: dev-doc-complete, devrel-needed)
Attachments
(2 files)
(deleted),
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
Per bug 923193 comment 88, let's take transform-origin's percentage handling for SVG elements out from the pref so that it's enabled everywhere.
Updated•9 years ago
|
Assignee: nobody → jwatt
Assignee | ||
Comment 1•9 years ago
|
||
Apologies for stealing this, but it does keep coming up on stackoverflow.
Assignee: jwatt → longsonr
Attachment #8660263 -
Flags: review?(jwatt)
Comment 2•9 years ago
|
||
Comment on attachment 8660263 [details] [diff] [review]
origin-default.txt
Thanks for catching this!
Attachment #8660263 -
Flags: review?(jwatt) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Flags: in-testsuite-
OS: Unspecified → All
Hardware: Unspecified → All
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Updated•9 years ago
|
Keywords: devrel-needed
Comment 7•9 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: devs want it
[Suggested wording]: The 'transform-origin' property is now supported on SVG elements
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin
relnote-firefox:
--- → ?
Comment 8•9 years ago
|
||
Attachment #8666097 -
Flags: review?(longsonr)
Assignee | ||
Updated•9 years ago
|
Attachment #8666097 -
Flags: review?(longsonr) → review+
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Added a note about this to https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin#Browser_compatibility.
Sebastian
Keywords: dev-doc-complete
Assignee | ||
Comment 12•9 years ago
|
||
That's not quite right Sebastian.
In Gecko 41.0 the preference was called svg.transform-origin.enabled, it covered both transform-origin and transform-box
In Gecko 43 the pref was changed to be svg.transform-box.enabled and only covers transform-box (transform-origin is no longer behind a pref)
Flags: needinfo?(sebastianzartner)
Comment 13•9 years ago
|
||
Oops, the names got mixed up. Fixed now.
Sebastian
Flags: needinfo?(sebastianzartner)
Noting for 43 with Sebastian's link.
Comment hidden (off-topic) |
You need to log in
before you can comment on or make changes to this bug.
Description
•