🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

jquery-svg-rails

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-svg-rails

0.1.1
Version published
Maintainers
1
Created

jQuery SVG Rails

A jQuery plugin that let's you interact with an SVG canvas. Adapted from http://keith-wood.name/svg.html to the asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'jquery-svg-rails'

And then execute:

$ bundle

Usage

In a manifest, include the plugin:


#= require 'jquery-svg'

Or any of the extensions:

  • jquery.svgdom
  • jquery.svganim
  • jquery.svgfilter
  • jquery.svggraph
  • jquery.svgplot

Check the documentation in the site above for details and particular usage.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release to create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

FAQs

Package last updated on 07 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts