File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 235
235
backgroundColor :'orange' ,
236
236
rotation :90 } ) ;
237
237
var triangleRenderingData = crossPlatformShapesInstance2 . triangle ( {
238
- x :250 ,
239
- y :90 ,
238
+ x :280 ,
239
+ y :50 ,
240
240
width :40 ,
241
241
height :40 ,
242
242
color :'purple' ,
243
243
containerSelector : '#viewport' ,
244
244
backgroundColor :'transparent' } ) ;
245
245
var hexagonRenderingData = crossPlatformShapesInstance2 . hexagon ( {
246
- x :250 ,
247
- y :110 ,
246
+ x :280 ,
247
+ y :90 ,
248
248
width :40 ,
249
249
height :40 ,
250
250
color :'blue' ,
251
251
containerSelector : '#viewport' ,
252
252
backgroundColor :'transparent' } ) ;
253
253
var pentagonRenderingData = crossPlatformShapesInstance2 . pentagon ( {
254
- x :250 ,
255
- y :130 ,
254
+ x :280 ,
255
+ y :120 ,
256
256
width :40 ,
257
257
height :40 ,
258
258
color :'red' ,
You can’t perform that action at this time.
0 commit comments