<!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>