-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up definitions around transforms on root SVG element #360
Comments
Not blocking updated 2.0 CR publication - assigning 2.0 Recommendation milestone to clean this up before 2.0 REC |
While working on #56, I realized that we never finished this. I also realized that it's even more complicated than I previously thought, because currentScale/currentTranslate need to factor in, too. Demo/test case: https://bronze-soup.glitch.me/ |
Another thing to be included in this discussion: the implicit transformations created by |
Splitting SVG part of w3c/csswg-drafts#894
What part of the SVG spec needs to be cleared up?
Somewhere it should state that the SVG root element is a CSS layout
box for the purposes of transformations. Probably in the same place where
we state that backgrounds, borders, and other properties apply on the root
element.
In the SVG view spec (linking chapter), it should state that an
svgView transformation applies in the same way as a transformation on the
root element.
In the SVG view spec, it should clarify whether the transformation
take whatever would normally be drawn, and transform it)
(all the other svgView parameters override values specified in
the SVG file)
The text was updated successfully, but these errors were encountered: