Skip to content

Commit fe4e191

Browse files
author
khanspers
committed
changes x and y for hexagon
1 parent 67d3e24 commit fe4e191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@
243243
containerSelector: '#viewport',
244244
backgroundColor:'transparent'});
245245
var hexagonRenderingData = crossPlatformShapesInstance2.hexagon({
246-
x:100,
247-
y:100,
246+
x:150,
247+
y:110,
248248
width:40,
249249
height:40,
250250
color:'blue',

0 commit comments

Comments
 (0)