File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
apps/demo/src/plugin-demos Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
</ActionBar >
5
5
</Page .actionBar>
6
6
<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}}"/> -->
9
13
<Button height =" 40" tap =" {{ draw }}" text =" Draw" />
10
14
11
15
<!-- <ScrollView rowSpan="4" visibility="{{ show ? 'visible': 'collapse' }}" orientation="vertical">
You can’t perform that action at this time.
0 commit comments