phaser/src/gameobjects/shape
Phaser Editor 2D 60541e861b
Updates geom, width and height of the Ellipse GO
Updates the `width`, `height`, and geometric position of the Ellipse in the `setSize()` method.

This code shows the wrong positioning of the Ellipse: https://codepen.io/phasereditor2d/pen/jOrvexM

To fix it, uncomment lines `21`, `24`, and `25`.
2020-11-07 11:25:30 -05:00
..
arc Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
curve Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
ellipse Updates geom, width and height of the Ellipse GO 2020-11-07 11:25:30 -05:00
grid Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
isobox Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
isotriangle Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
line Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
polygon Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
rectangle Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
star Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
triangle Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
FillPathWebGL.js Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00
FillStyleCanvas.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
LineStyleCanvas.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Shape.js Use the new Graphics Pipeline 2020-10-28 17:39:06 +00:00
StrokePathWebGL.js Fixed all of the Shape WebGL rendering issues 2020-11-03 11:22:30 +00:00