Skip to content

Commit

Permalink
tweak weight
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan committed May 14, 2024
1 parent 5b6e523 commit 6740504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/articles/htmx.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ A button that requests HTML to replace part of the document should update the ma
url-template="https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png"
></l-tile-layer>
<l-circle radius="10000.0" lat-lng="[55, -5]"></l-circle>
<l-rectangle lat-lng="[[53, -5], [54, -6]]" color="hotpink"></l-rectangle>
<l-rectangle weight="1" lat-lng="[[53, -5], [54, -6]]" color="hotpink"></l-rectangle>
<l-polyline line-cap="square" lat-lng="[[55, -5], [55, -7]]"></l-polyline>
</l-map>
Expand Down

0 comments on commit 6740504

Please sign in to comment.