Re: RES: [PHP] Rounded rectangle in php

2009-01-30 Thread Ashley Sheridan
> *--* > > It can be this? > > zechim > > -Mensagem original- > De: tedd [mailto:tedd.sperl...@gmail.com] > Enviada em: quinta-feira, 29 de janeiro de 2009 13:21 > Para: Jônatas Zechim; php-general@lists.php.net > Assunto: Re: [PHP] Rounded rectangle

Re: RES: [PHP] Rounded rectangle in php

2009-01-29 Thread Al
Jônatas Zechim wrote: Thank u, i'll try, when I do, i'll post here. zechim -Mensagem original- De: c...@l-i-e.com [mailto:c...@l-i-e.com] Enviada em: quinta-feira, 29 de janeiro de 2009 13:52 Para: php-general@lists.php.net Assunto: Re: [PHP] Rounded rectangle in php

RES: [PHP] Rounded rectangle in php

2009-01-29 Thread Jônatas Zechim
Thank u, i'll try, when I do, i'll post here. zechim -Mensagem original- De: c...@l-i-e.com [mailto:c...@l-i-e.com] Enviada em: quinta-feira, 29 de janeiro de 2009 13:52 Para: php-general@lists.php.net Assunto: Re: [PHP] Rounded rectangle in php Yes, you will need four elli

Re: [PHP] Rounded rectangle in php

2009-01-29 Thread ceo
Yes, you will need four ellipses, arcs, or similar shapes -- but they'll all be the SAME except for the center, so make that a function probably. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RES: [PHP] Rounded rectangle in php

2009-01-29 Thread Jônatas Zechim
sperl...@gmail.com] Enviada em: quinta-feira, 29 de janeiro de 2009 13:21 Para: Jônatas Zechim; php-general@lists.php.net Assunto: Re: [PHP] Rounded rectangle in php At 11:36 AM -0200 1/29/09, Jônatas Zechim wrote: >Hi there, is it possible do make a rounded rectangle in php, i can do a >ellipse, b

Re: [PHP] Rounded rectangle in php

2009-01-29 Thread tedd
At 11:36 AM -0200 1/29/09, Jônatas Zechim wrote: Hi there, is it possible do make a rounded rectangle in php, i can do a ellipse, but i need a space between the corners, i need to make something like this: http://superbrush.files.wordpress.com/2008/03/086.jpg not the color and the shadows, only

Re: [PHP] Rounded rectangle in php

2009-01-29 Thread Greg Bowser
It is certainly possible, but to my knowledge, there is no built-in method for doing so. After a quick Google, it looks like this has been done before: http://www.assemblysys.com/dataServices/php_roundedCorners.php http://us3.php.net/manual/en/function.imagefilledrectangle.php#42815 But if you'r

[PHP] Rounded rectangle in php

2009-01-29 Thread Jônatas Zechim
Hi there, is it possible do make a rounded rectangle in php, i can do a ellipse, but i need a space between the corners, i need to make something like this: http://superbrush.files.wordpress.com/2008/03/086.jpg not the color and the shadows, only the form. zechim -- PHP General Mailing List