Does somebody know how to draw vertical text in opera 9.5? As I can see in "caniuse", opera 9.5 doesn't support svg, -o-transform: rotate(-90deg), writing-mode:tb-rl
and I don't know any methods to do this. Help me please.
Asked
Active
Viewed 23 times
0

Brian Tompsett - 汤莱恩
- 5,753
- 72
- 57
- 129

Vasya
- 1
-
I discovered that opera 9.5 supports canvas (omg), so i can draw rect or circle, but not text `context.fillText("Hello World!", 10, 50);` – Vasya Jun 22 '16 at 17:30
-
It's simply not supported on that ancient version. You could provide individual positions for each glyph as a workaround I suppose. – Robert Longson Jun 23 '16 at 14:40