mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
13 lines
388 B
HTML
13 lines
388 B
HTML
<!doctype html>
|
|
<svg width="350" height="60" xmlns="http://www.w3.org/2000/svg">
|
|
<text>
|
|
This is <tspan font-weight="bold" fill="red">bold and red</tspan> <tspan font-weight="bold" fill="red">bold and red</tspan>
|
|
</text>
|
|
|
|
<style><![CDATA[
|
|
text{
|
|
dominant-baseline: hanging;
|
|
font: 28px Verdana, Helvetica, Arial, sans-serif;
|
|
}
|
|
]]></style>
|
|
</svg> |