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 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 repetitive - too many "shapeType"s to write/read :-)
> Maybe #shape(new Circle("...")) and #transition(new Circle("...")) will be
> enough ?!
> 
> It would be easier for us to understand what you are talking about if we
> see the demo in action :-)
> I am a happy user of RedHat's OpenShift as a free service for deploying
> Java apps.
> 
> Thank you for all your contributions to Wicket and WicketStuff you do
> lately!
> 
> 
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
> 
> On Mon, Jan 26, 2015 at 10:07 PM, Tobias Soloschenko <
> tobiassolosche...@googlemail.com> wrote:
> 
>> 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:
>> http://caniuse.com/#search=shape-outside
>> 
>> I also provided a little demo page 
>> org.wicketstuff.html5.shape.example.ShapeCircleExamplePage.
>> It's a fluent API / an example is listed in the repository.
>> 
>> kind regards
>> 
>> Tobias
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to