Re: HTML5 CSS Shapes

2015-01-27 Thread Tobias Soloschenko
Hi again, API changes are made - the polyfill is not working with float of blockelements. Looking forward to provide a demo. :-) kind regards Tobias Am 27.01.2015 um 08:37 schrieb Martin Grigorov mgrigo...@apache.org: Hi Tobias, Have you considered using

HTML5 CSS Shapes

2015-01-26 Thread Tobias Soloschenko
Hi everyone, I was just playing around a little bit with shape-outside and wrapped the css stuff into a small wicket component. https://github.com/klopfdreh/wicket-components-playground (Search for HTML5 Shapes) The browsers which support this functionality are listed here:

Re: HTML5 CSS Shapes

2015-01-26 Thread Martin Grigorov
Hi Tobias, Have you considered using https://github.com/adobe-webplatform/css-shapes-polyfill as a fallback for the browsers which do not yet support the new feature ? About the API: #shapeType(new CircleShapeType(...)) #transitionShapeType(new CircleShapeType(50%)) I find the names a bit

Re: HTML5 CSS Shapes

2015-01-26 Thread Tobias Soloschenko
Hi, very good points! I am going to change the API calls the way you suggested. Demo: Nice service - I'm looking forward to also be a happy user of RedHat's OpenShift. ;-D kind regards Tobias Am 27.01.2015 um 08:37 schrieb Martin Grigorov mgrigo...@apache.org: Hi Tobias, Have you