1,295
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
SVG layout is a bit weak. Here are some use cases that don't work with existing standards or our implementation: | SVG layout is a bit weak. Here are some use cases that don't work with existing standards or our implementation: | ||
* Wrap an SVG container around an auto-height HTML element (e.g., to rotate it, or to apply a filter). | * Wrap an SVG container around an auto-height HTML element (e.g., to rotate it, or to apply a filter). I think there's just no way to do this right now. SVG does not support inside-out sizing. | ||
I think there's just no way to do this right now. SVG does not support inside-out sizing. | |||
* XUL + SVG? Not sure what the typical use case is here. Can someone paste an example? | * XUL + SVG? Not sure what the typical use case is here. Can someone paste an example? | ||
edits