Bug 25433 - foreignObject transforms are applied in reverse order
Summary: foreignObject transforms are applied in reverse order
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 25432
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-27 14:57 PDT by Eric Seidel (no email)
Modified: 2009-04-28 13:59 PDT (History)
1 user (show)

See Also:


Attachments
Fix foreignObject transform order (10.74 KB, patch)
2009-04-27 14:59 PDT, Eric Seidel (no email)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-04-27 14:57:29 PDT
foreignObject transforms are applied in reverse order

See patch.
Comment 1 Eric Seidel (no email) 2009-04-27 14:59:28 PDT
Created attachment 29830 [details]
Fix foreignObject transform order

 19 files changed, 47 insertions(+), 12 deletions(-)
Comment 2 Eric Seidel (no email) 2009-04-27 15:15:15 PDT
I'll land this once bug 25432 is landed.
Comment 3 Eric Seidel (no email) 2009-04-28 13:59:17 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	LayoutTests/ChangeLog
	M	LayoutTests/platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum
	M	LayoutTests/platform/mac-leopard/svg/custom/foreign-object-skew-expected.png
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum
	M	LayoutTests/platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png
	M	LayoutTests/platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum
	M	LayoutTests/platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png
	M	WebCore/ChangeLog
	M	WebCore/rendering/RenderForeignObject.cpp
Committed r42961