mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 17:34:59 +00:00

This allows for: * Transformed text (e.g. rotated text) * Stroked text * Filling/stroking text with PaintStyles (e.g. gradients) * Squashed/condensed text (via maxWidth parameter) Fixes part of #22817
9 lines
141 B
HTML
9 lines
141 B
HTML
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<img src="./images/canvas-text-ref.png">
|