Skip to content

Commit 75ed3c1

Browse files
author
khanspers
committed
changes y for pentagon hexagon and triangle
1 parent 3c3c15b commit 75ed3c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

development.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,24 +235,24 @@
235235
backgroundColor:'orange',
236236
rotation:90});
237237
var triangleRenderingData = crossPlatformShapesInstance2.triangle({
238-
x:250,
239-
y:90,
238+
x:280,
239+
y:50,
240240
width:40,
241241
height:40,
242242
color:'purple',
243243
containerSelector: '#viewport',
244244
backgroundColor:'transparent'});
245245
var hexagonRenderingData = crossPlatformShapesInstance2.hexagon({
246-
x:250,
247-
y:110,
246+
x:280,
247+
y:90,
248248
width:40,
249249
height:40,
250250
color:'blue',
251251
containerSelector: '#viewport',
252252
backgroundColor:'transparent'});
253253
var pentagonRenderingData = crossPlatformShapesInstance2.pentagon({
254-
x:250,
255-
y:130,
254+
x:280,
255+
y:120,
256256
width:40,
257257
height:40,
258258
color:'red',

0 commit comments

Comments
 (0)