Magick Corners is a Rails plugin for adding Scalable Vector Graphics
as backgrounds to css-elements without a hassle. It can scale and
stretch them to size, and also generate them for simple cases like a
div with rounded corners.
After installing the plugin you can apply rounded corners to any
dom-object (only divs are officially supported) using css-selectors,
like:
mcorners = new MagickCorners();
mcorners.add(‘div.logi_body’);
And also display any SVG image as the background of divs of any size
with:
mcorners.add(‘div.add_tag’, {‘scaled_image’ : ‘add_tag.svg’});
Images are scaled/folded to suit. See the full Magick Corners docs for
a code example and detailed installation instructions:
http://www.logilogi.org/pub/doc/plugins/magick_corners/
Magick Corners is under the Affero GPL, and developed by the LogiLogi
Foundation (http://foundation.logilogi.org)
greetings,
Wybo Wiersma
---
::Student:
- Informatiekunde (computer linguistics, IR, webtech), History and Philosophy
- Member of the Center for Metahistory Groningen (http://www.rug.nl/let/cmg)
::Free Software and Open Source Developer:
- Active in the LogiLogi Foundation (http://foundation.logilogi.org)
- http://www.LogiLogi.org, Cumulative, shared commenting, publication and
idea sharing: Where insight comes together...
- ComLinToo, a computational linguistics toolset written in Perl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---