Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
Svg のドキュメント
Svg(geometry,[style])
SVG
svg
geometry
style
SELECT SVG((0., 0.))
<circle cx="0" cy="0" r="5" style=""/>
SELECT SVG([(0., 0.), (10, 0), (10, 10), (0, 10)])
<polygon points="0,0 0,10 10,10 10,0 0,0" style=""/>
SELECT SVG([[(0., 0.), (10, 0), (10, 10), (0, 10)], [(4., 4.), (5, 4), (5, 5), (4, 5)]])
<g fill-rule="evenodd"><path d="M 0,0 L 0,10 L 10,10 L 10,0 L 0,0M 4,4 L 5,4 L 5,5 L 4,5 L 4,4 z " style=""/></g>
このページは役に立ちましたか?