Bug 104636 - Fixed position SVG asserts
Summary: Fixed position SVG asserts
Status: RESOLVED DUPLICATE of bug 31278
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 23:25 PST by Philip Rogers
Modified: 2017-02-08 10:30 PST (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 Philip Rogers 2012-12-10 23:25:55 PST
The following will assert:
<svg xmlns="http://www.w3.org/2000/svg" style="position: fixed;">
</svg>

ASSERTION FAILED: mode & UseTransforms
../../third_party/WebKit/Source/WebCore/rendering/svg/RenderSVGRoot.cpp(407) : virtual void WebCore::RenderSVGRoot::mapLocalToContainer(const WebCore::RenderLayerModelObject *, WebCore::TransformState &, MapCoordinatesFlags, bool *) const
1   0x757cf9 WebCore::RenderSVGRoot::mapLocalToContainer(WebCore::RenderLayerModelObject const*, WebCore::TransformState&, unsigned int, bool*) const
2   0x32c07f7 WebCore::RenderObject::localToAbsolute(WebCore::FloatPoint const&, unsigned int) const
3   0x320eb6a _ZN7WebCoreL31accumulateOffsetTowardsAncestorEPKNS_11RenderLayerES2_RNS_11LayoutPointE
4   0x3206f8f WebCore::RenderLayer::convertToLayerCoords(WebCore::RenderLayer const*, WebCore::LayoutPoint&) const
5   0x321a9a0 WebCore::RenderLayer::paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
6   0x321a7b8 WebCore::RenderLayer::paintLayerContentsAndReflection(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
7   0x3219bb6 WebCore::RenderLayer::paintLayer(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
8   0x321cc2a WebCore::RenderLayer::paintList(WTF::Vector<WebCore::RenderLayer*, 0ul>*, WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
9   0x321bc42 WebCore::RenderLayer::paintLayerContents(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
10  0x321a7b8 WebCore::RenderLayer::paintLayerContentsAndReflection(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
11  0x3219bb6 WebCore::RenderLayer::paintLayer(WebCore::GraphicsContext*, WebCore::RenderLayer::LayerPaintingInfo const&, unsigned int)
12  0x321934d WebCore::RenderLayer::paint(WebCore::GraphicsContext*, WebCore::LayoutRect const&, unsigned int, WebCore::RenderObject*, WebCore::RenderRegion*, unsigned int)
13  0x1722adf WebCore::FrameView::paintContents(WebCore::GraphicsContext*, WebCore::IntRect const&)
14  0x2756cf5 WebCore::ScrollView::paint(WebCore::GraphicsContext*, WebCore::IntRect const&)
Comment 1 Said Abou-Hallawa 2017-02-08 10:30:55 PST

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