Name: Svg and Svgedit module

These days, Drupal is all about html5 but for an important part of it, svg, there isn't any decent support yet.

The Svg module introduces a new field that makes handling svg images the same like handling raster images for the end user. Svg uses many parts of the Drupal core image and file modules as its building blocks.

The Svgedit module extends the Svg module so that svg images can be edited with the (open source, web based) svg-edit editor.

How this is different from other modules:
Image Editor has support for svg-edit. But image editor has a focus on raster images so it can't save svg.

Sandbox URL:
http://drupal.org/sandbox/josegaert/1511596

Git:
git clone --recursive --branch 7.x-1.x-dev josegaert@git.drupal.org:sandbox/josegaert/1511596.git svg

Version: 7.x

Am looking forward to any feedback, thanks!

Comments

ti2m’s picture

Hi,
welcome and thanks for the module.

I checked your module for the typical issues:

Git
Your GIT link is off, it should be
git clone --recursive --branch 7.x-1.x-dev http://git.drupal.org/sandbox/josegaert/1511596.git svg

Code sniffer
PAReview found errors, you can use ventral.org to test
http://ventral.org/pareview/httpgitdrupalorgsandboxjosegaert1511596-7x-1...

Readme
A readme is missing, please describe what your module and submodules do and how you need to install the svg-editor.

Please fix these issues while waiting for a manual review.

ti2m’s picture

Status: Needs review » Needs work
klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.