Skip to content

Commit 445c35b

Browse files
committed
chore: cleanup
1 parent 7567678 commit 445c35b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

demo-snippets/vue/CanvasLabel.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<Span :text="' ' + item.icon3" fontSize="20" color="yellow" :fontFamily="mdiFontFamily" />
1818
<Span :text="' ' + item.icon3" verticalTextAlignment="center" />
1919
</Label>
20-
2120
<Label fontSize="12" verticalAlignment="middle" horizontalAlignment="center" textAlignment="right" paddingRight="20" color="brown" width="60" textWrap>
2221
<span :text="item.icon1" fontSize="14" :fontFamily="mdiFontFamily" />
2322
<Span :text="'\n' + item.texticon1" paddingRight="10" />
@@ -30,16 +29,11 @@
3029
<v-template>
3130
<GridLayout>
3231
<CanvasLabel id="canvaslabel" fontSize="10" color="white" backgroundColor="darkgray" margin="4" borderRightWidth="20" borderRightColor="white">
33-
<!-- <Rectangle left="-20" width="20" height="100%" color="red" horizontalAlignment="right" /> -->
3432
<CGroup id="group1" color="blue" fontSize="38" verticalAlignment="middle" paddingLeft="20" fontStyle="italic">
3533
<CSpan id="text1" :text="item.text1" fontWeight="bold" />
3634
<CSpan id="text2" :text="'\n' + item.text2" color="#ccc" fontSize="16" fontStyle="normal" />
3735
<CSpan id="text3" :text="item.text2" color="#eee" fontFamily="Lato-Regular" fontSize="16" fontStyle="normal" />
3836
</CGroup>
39-
<!-- <Line id="line" :antiAlias="true" color="yellow" startX="10%" startY="34%" stopX="90%" stopY="90%" strokeCap="round" strokeJoin="round" strokeWidth="4" dash="1 10 0" /> -->
40-
<!-- <CGroup backgroundColor="yellow" verticalTextAlignment="top" textAlignment="right">
41-
<CSpan text="TOTO" fontSize="20" color="green" />
42-
</CGroup> -->
4337
<CGroup id="group2" fontSize="12" verticalAlignment="bottom" paddingLeft="20" paddingBottom="1">
4438
<CSpan id="icon1" :text="item.icon1" fontSize="20" color="green" :fontFamily="mdiFontFamily" />
4539
<CSpan id="texticon1" :text="' ' + item.texticon1" verticalTextAlignment="center" />

0 commit comments

Comments
 (0)