We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bab90 commit d764bdcCopy full SHA for d764bdc
site/src/App.svelte
@@ -105,17 +105,17 @@
105
</section>
106
{/each}
107
108
- <section style="width:min-content;margin-left:auto;margin-right:auto">
+ <section style="margin-left:auto;margin-right:auto;max-width:10ch">
109
<Annotation
110
bind:this={simpleAnnotations.multiline}
111
visible={showSimple}
112
+ multiline={true}
113
{strokeWidth}
114
{iterations}
- color="red"
115
- type="box">
116
- <p>This is some</p>
117
- <p>Multiline text</p>
118
-
+ padding={1}
+ color="lightgreen"
+ type="highlight">
+ This is a long wrapping multiline bit of text.
119
</Annotation>
120
121
0 commit comments