Bug 32407
Summary: | Assertion failure: useTransforms on SMIL Dock demo | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | krit, robin.webkit, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.6 | ||
URL: | http://people.mozilla.org/~dholbert/demos/smildock/01/smildock.svg | ||
Bug Depends on: | |||
Bug Blocks: | 41761 |
Alexey Proskuryakov
I'm getting an assertion failure at <http://people.mozilla.org/~dholbert/demos/smildock/01/smildock.svg>:
ASSERTION FAILED: useTransforms
(/Users/ap/Safari/OpenSource/WebCore/rendering/SVGRenderSupport.cpp:67 static void WebCore::SVGRenderBase::mapLocalToContainer(const WebCore::RenderObject*, WebCore::RenderBoxModelObject*, bool, bool, WebCore::TransformState&))
It also doesn't work well in Safari 4.0.4, but I haven't tested release ToT builds.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Schulze
(In reply to comment #0)
> I'm getting an assertion failure at <http://people.mozilla.org/~dholbert/demos/smildock/01/smildock.svg>:
>
> ASSERTION FAILED: useTransforms
> (/Users/ap/Safari/OpenSource/WebCore/rendering/SVGRenderSupport.cpp:67 static void WebCore::SVGRenderBase::mapLocalToContainer(const WebCore::RenderObject*, WebCore::RenderBoxModelObject*, bool, bool, WebCore::TransformState&))
>
> It also doesn't work well in Safari 4.0.4, but I haven't tested release ToT builds.
Don't get the assertion anymore, but the example still doesn't work. I guess the issue is partly related to http://dev.w3.org/SVG/profiles/1.1F2/test/harness/htmlObject/animate-elem-87-t.html . See also discussion at http://lists.w3.org/Archives/Public/www-svg/2010Apr/0005.html
Nikolas Zimmermann
(In reply to comment #1)
> (In reply to comment #0)
> > I'm getting an assertion failure at <http://people.mozilla.org/~dholbert/demos/smildock/01/smildock.svg>:
> >
> > ASSERTION FAILED: useTransforms
> > (/Users/ap/Safari/OpenSource/WebCore/rendering/SVGRenderSupport.cpp:67 static void WebCore::SVGRenderBase::mapLocalToContainer(const WebCore::RenderObject*, WebCore::RenderBoxModelObject*, bool, bool, WebCore::TransformState&))
> >
> > It also doesn't work well in Safari 4.0.4, but I haven't tested release ToT builds.
>
> Don't get the assertion anymore, but the example still doesn't work. I guess the issue is partly related to http://dev.w3.org/SVG/profiles/1.1F2/test/harness/htmlObject/animate-elem-87-t.html . See also discussion at http://lists.w3.org/Archives/Public/www-svg/2010Apr/0005.html
The animation seems to work partly now, but the fO is not correctly sized.