Bug 131492 - Perspective in SVG with 3D CSS transform
Summary: Perspective in SVG with 3D CSS transform
Status: RESOLVED DUPLICATE of bug 23113
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.9
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 08:04 PDT by f_tricoire
Modified: 2014-04-15 20:24 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description f_tricoire 2014-04-10 08:04:20 PDT
Perspective with a CSS 3D transform in SVG is rendered incorrectly.
See example here: http://tachatte.org/css-transform-svg/square.svg
The way WebKit renders it is stretching, not perspective.
I believe the correct way to render this document can be observed using Firefox.
Comment 1 Philip Rogers 2014-04-15 20:24:08 PDT
Thank you for taking the time to file this. The root issue is we don't currently support composited layers in SVG. Unfortunately this is difficult to fix :(

*** This bug has been marked as a duplicate of bug 23113 ***