Skip to content

Commit

Permalink
typo: fix the eleventh point in points shape
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Sep 10, 2024
1 parent fb6c7b8 commit db8a2dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ app.mount("#app");
[74, 165],
[10, 103],
[98, 90],
[138, 10],
]" :style="'fill'" :strokeWidth="1" :color="'rgba(200, 255, 0, 0.7)'" />
</v-surface>
</template>
Expand Down
1 change: 0 additions & 1 deletion vue-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
[64, 155],
[0, 93],
[88, 80],
[128, 0],
]"
:style="'fill'"
:strokeWidth="1"
Expand Down
1 change: 0 additions & 1 deletion vue-playground/src/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default `<v-surface :width="360" :height="360">
[74, 165],
[10, 103],
[98, 90],
[138, 10],
]" :style="'fill'" :strokeWidth="1" :color="'rgba(200, 255, 0, 0.7)'" />
<v-image
:x="30"
Expand Down

0 comments on commit db8a2dc

Please sign in to comment.