Skip to content

Commit 4d4c29c

Browse files
authored
typo: fix the eleventh point in points shape (#45)
1 parent fb6c7b8 commit 4d4c29c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ app.mount("#app");
5151
[74, 165],
5252
[10, 103],
5353
[98, 90],
54-
[138, 10],
5554
]" :style="'fill'" :strokeWidth="1" :color="'rgba(200, 255, 0, 0.7)'" />
5655
</v-surface>
5756
</template>

vue-playground/src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
[64, 155],
5454
[0, 93],
5555
[88, 80],
56-
[128, 0],
5756
]"
5857
:style="'fill'"
5958
:strokeWidth="1"

vue-playground/src/code.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default `<v-surface :width="360" :height="360">
1313
[74, 165],
1414
[10, 103],
1515
[98, 90],
16-
[138, 10],
1716
]" :style="'fill'" :strokeWidth="1" :color="'rgba(200, 255, 0, 0.7)'" />
1817
<v-image
1918
:x="30"

0 commit comments

Comments
 (0)