Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented linear and radial gradients for fill and stroke colors. #93

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Commits on May 31, 2018

  1. Implemented linear and radial gradients for fill and stroke colors.

    Fixed radial gradients.
    
    Enable transforms for gradients.
    
    Radial transforms not fully supported. Not sure how to deal with scale for them.
    
    Parse the transforms as floats
    
    Update main.js
    
    Fix item tag generation and substituteUseRef
    
    This should be a return
    
    Parse the style attribute on the stop tag.
    
    Adobe likes making stop-color and stop-opacity attributes. Looks like Inkscape use stye tags.
    
    Typo with an extra parentheses
    
    Fix the extra tag close
    
    Bump version number
    
    So it doesn't load an old version from the browser cache.
    winsock committed May 31, 2018
    Configuration menu
    Copy the full SHA
    fa679d1 View commit details
    Browse the repository at this point in the history