New issue
Advanced search Search tips

Issue 667124 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

LayoutSVGBlock's topLeftLocation() should not be affected by writing mode of SVGRoot

Project Member Reported by wangxianzhu@chromium.org, Nov 20 2016

Issue description

LayoutBox::topLeftLocation() uses locationContainer() to flip location() or not. For a LayoutSVGBlock (LayoutSVGText or LayoutSVGForeignObject) the locationContainer will be the containing LayoutBox which might be a SVGRoot or a SVGViewportContainer whose writing mode should have no effect.
 
s/which might be a SVGRoot or a SVGViewportContainer/which is a SVGRoot/.
SVGViewportContainer is not a LayoutBox.

Comment 2 by pdr@chromium.org, Nov 21 2016

You can now edit the top post of a crbug by clicking "Edit description" :)
Status: Fixed (was: Assigned)

Sign in to add a comment