Bug 48952

Summary: Make sure SVG stays upright in vertical text.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 46123    

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>.