Bug 107394 - [SVG2] Support SVGSVGElement's transform attribute
Summary: [SVG2] Support SVGSVGElement's transform attribute
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://jsfiddle.net/teg5fh8v/
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-01-19 21:14 PST by Philip Rogers
Modified: 2024-01-27 11:32 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Rogers 2013-01-19 21:14:18 PST
wkbug.com/107393 refactors SVGSVGElement to inherit from SVGStyledTransformableElement but we need to implement the transform attribute in SVGSVGElement.cpp.
Comment 1 Simon Fraser (smfr) 2017-05-09 22:07:37 PDT
Needed to fix LayoutTests/svg/transforms/svgsvgelement-transform.svg
Comment 2 Brent Fulgham 2022-07-15 16:36:45 PDT
Safari and Chrome fail, Firefox works.
Comment 3 Radar WebKit Bug Importer 2022-07-15 16:36:56 PDT
<rdar://problem/97100492>
Comment 4 Ahmad Saleem 2024-01-27 11:32:27 PST
Test Case - https://jsfiddle.net/teg5fh8v/

Fixed in Layer Based SVG Engine, so this is a good sign. :-)