Code Monkey home page Code Monkey logo

ofxeditablesvg's Introduction

ofxEditableSVG

image

This extends SVGs with the ability to edit, merge and save out SVGs on both Win, OSX and iOS.

Update Jan 28, 2022

  • added a small fix to properly add id attribute to <g> group
  • added an example for custom attributes

Update Sep 18, 2016

  • Changed name from ofxSVG to ofxEditableSVG to prevent naming conflict with core addon

Update Oct 20, 2015

  • Added rudimentary support for base64 images to be embedded in output SVG. No parsing or rendering yet though. Feel free to help out there. Current purpose was just to be able to embed pixel/font generated content in output SVG.

Licensed under the MIT License, http://opensource.org/licenses/mit-license.php

Copyright (2016) Andreas Borg

http://crea.tion.to

ofxeditablesvg's People

Contributors

borg avatar stephanschulz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ofxeditablesvg's Issues

add layer id <g> does not work

When adding a addPath() and selecting inNewGroup = true the added path should be in a separate layer markers with <g> </g> and with an id set here:

Element *groupElement = document->createElement("g");

But the id never gets added.

I am on macOS 10.15.7 with OF 0.11.0 and Xcode 12.6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.