Skip to content

Commit

Permalink
Add test code
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Nov 9, 2024
1 parent 761a6e4 commit 4b61af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-api.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WITH shapes(svg) AS (VALUES
style => svgStyle('stroke', '#ff0000', 'fill', '#ffff00')
))
,( svgText('POINT ( 20 -20 )'::geometry, 'This is a test',
style => svgStyle('stroke', '#ff0000', 'fill', '#ffff00')
style => svgStyle('stroke', '#004444', 'fill', '#ffff00', 'text-anchor', 'middle', 'font', '20px sans-serif')
))

)
Expand Down

0 comments on commit 4b61af9

Please sign in to comment.