Bug 117252 - SVG objects are misplaced when SVG root has a CSS transform.
Summary: SVG objects are misplaced when SVG root has a CSS transform.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-06-05 06:08 PDT by zalan
Modified: 2013-06-06 03:25 PDT (History)
9 users (show)

See Also:


Attachments
Patch (3.97 KB, patch)
2013-06-05 06:33 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (4.12 KB, patch)
2013-06-06 02:16 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2013-06-05 06:08:17 PDT
ssia

patch is coming up.
Comment 1 zalan 2013-06-05 06:33:50 PDT
Created attachment 203845 [details]
Patch
Comment 2 zalan 2013-06-05 06:34:43 PDT
this matches FF behaviour.
Comment 3 Simon Fraser (smfr) 2013-06-05 12:12:51 PDT
Comment on attachment 203845 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=203845&action=review

r+ but please make a ref test.

> Source/WebCore/ChangeLog:3
> +        SVG objects are misplaced when SVG root has transform.

The bug title should be updated to say "has a CSS transform"

> LayoutTests/ChangeLog:15
> +        * fast/transforms/transform-svg-expected.txt: Added.
> +        * fast/transforms/transform-svg.html: Added.

Wouldn't this be better as a ref test (e.g. compare translate(100px, 0) with left: 100px.
Comment 4 zalan 2013-06-06 02:16:16 PDT
Created attachment 203915 [details]
Patch
Comment 5 zalan 2013-06-06 02:17:37 PDT
<rdar://problem/14079129>
Comment 6 WebKit Commit Bot 2013-06-06 03:25:07 PDT
Comment on attachment 203915 [details]
Patch

Clearing flags on attachment: 203915

Committed r151265: <http://trac.webkit.org/changeset/151265>
Comment 7 WebKit Commit Bot 2013-06-06 03:25:09 PDT
All reviewed patches have been landed.  Closing bug.