.container
  svg(xmlns="http://www.w3.org/2000/svg", viewBox="0 0 200 200", font-size="10")
    g
      text(x="0", y="10") こんにちは
      text(x="0", y="25", stroke="black")
        | こんにち
        tspan(fill="none", stroke="red", rotate="25")
      text(x="0,15,30,45,60", y="40") こんにちは
      text(x="0", y="55,57,59,61,63") こんにちは
      text(x="0", y="78", dx="0,5,5,5,5") こんにちは
      text(x="0", y="93", dy="0,2,2,2,2") こんにちは
View Compiled
.container {
 padding: 50px 100px;
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. //cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js