Skip to content

Commit 93913ae

Browse files
committed
Update canvas.xml
1 parent ae4ba89 commit 93913ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/demo/src/plugin-demos/canvas.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
</ActionBar>
55
</Page.actionBar>
66
<GridLayout loaded="{{ gridLoaded }}" rows="*,*" columns="*,*" iosOverflowSafeArea="false" width="100%" height="100%">
7-
<canvas:Canvas rowSpan="2" colSpan="2" width="100%" height="100%" ready="{{ canvasLoaded }}"
8-
layoutChanged="{{ onLayout }}"/>
7+
<canvas:Canvas rowSpan="2" colSpan="2" width="100%" height="100%" ready="{{ canvasLoaded }}"
8+
layoutChanged="{{ onLayout }}"/>
9+
<!-- <canvas:Svg id="1" width="100%" height="100%" src="{{src1}}" loaded="{{svgViewLoaded}}"/>
10+
<canvas:Svg id="2" col="1" width="100%" height="100%" src="{{src2}}" loaded="{{svgViewLoaded}}"/>
11+
<canvas:Svg id="3" row="1" width="100%" height="100%" src="{{src3}}" loaded="{{svgViewLoaded}}"/>
12+
<canvas:Svg id="4" row="1" col="1" width="100%" height="100%" src="{{src4}}" loaded="{{svgViewLoaded}}"/> -->
913
<Button height="40" tap="{{ draw }}" text="Draw"/>
1014

1115
<!-- <ScrollView rowSpan="4" visibility="{{ show ? 'visible': 'collapse' }}" orientation="vertical">

0 commit comments

Comments
 (0)