|
|
|
|
|
by iambot
5189 days ago
|
|
Is it really necessary to have Raphael as a dependency for such a simple widget? Just seems like overkill to me. I recently did a similar widget for a project of mine, using canvas (I understand SVG has better compatibility than canvas) but either way would be nice if I wanted this widget that I wouldn't have to include Raphael as well. |
|
So if your goal is "SVG" and/or you only need to support modern browsers, then use SVG, it's great. If your goal is "vector graphics" and you need to support every browser made in the past 10 years, use Raphael.