Bug 48952 - Make sure SVG stays upright in vertical text.
Summary: Make sure SVG stays upright in vertical text.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 46123
  Show dependency treegraph
 
Reported: 2010-11-03 14:06 PDT by Dave Hyatt
Modified: 2010-11-03 14:08 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-11-03 14:06:24 PDT
Make sure SVG stays upright in vertical text.
Comment 1 Dave Hyatt 2010-11-03 14:08:03 PDT
There's a question of whether or not we reset writing-mode on <svg>, or we respect writing-mode and just hack the rendering.  For a first cut I'm inclined to just set writing-mode on <svg> elements to horizontal-tb (although this should probably only be done for an outermost <svg>.