Initial support for non-cacheable CSS styles.

Some minor colors refactor.
Some minor bug fixes.

--HG--
branch : dev-css
This commit is contained in:
Martín Lucas Golini
2019-05-19 04:00:24 -03:00
parent 7d4d53fae0
commit 3a43043fe5
15 changed files with 323 additions and 76 deletions

View File

@@ -1394,7 +1394,7 @@ void EETest::screen2() {
polygon.rotate( ang , polygon.getBounds().getCenter() );
shape.setPolygon( polygon );
shape.setPosition( Vector2f( 150, 150 ));
shape.setColor( Color::Magenta );
shape.setColor( Color::Fuchsia );
shape.setAlpha( 100 );
shape.draw();