LoginSignup
1

More than 5 years have passed since last update.

VisualforceでSVGによる描画を試してみました

Posted at

スクリーンショット 2014-09-14 15.36.28.png

SVGの描画サンプルコードがあったのでVisualforceで試してみました。

<apex:page >
    <head>
        <meta charset="utf-8"></meta>
        <title>SVG Sample</title>
    </head>
    <body>
        <svg>
            <rect x="10" y="30" width="100" height="80" />
        </svg>
    </body>
</apex:page>

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1