Skip to content

Commit edd8162

Browse files
author
khanspers
committed
adds second arc
1 parent 2416e78 commit edd8162

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

development.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,14 @@
266266
color:'blue',
267267
containerSelector: '#viewport',
268268
backgroundColor:'transparent'});
269+
var arc2RenderingData = crossPlatformShapesInstance2.arc({
270+
x:410,
271+
y:90,
272+
width:30,
273+
height:30,
274+
color:'red',
275+
containerSelector: '#viewport',
276+
backgroundColor:'transparent'
277+
rotation:180});
269278
});
270279
</script>

0 commit comments

Comments
 (0)