tenfourfox/layout/reftests/svg/textPath-05.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
604 B
HTML

<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html style="background-color: lime;">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<span style="display:none;"> דניאל גל</span>
<svg width="100%" height="100%">
<defs>
<path id="p" d="M50,50h400"/>
</defs>
<text fill="lime" font-size="50px">
<textPath xlink:href="#p"><tspan>I should be lime</tspan></textPath>
</text>
</svg>
</body>
</html>