Giter VIP home page Giter VIP logo

robopaint-mode-edit's People

Contributors

docprofsky avatar techninja avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

robopaint-mode-edit's Issues

SVG file creation not properly initialized. (create mode)

From @oskay on March 17, 2015 20:53

Drawings created in Create mode save poorly (with malformed SVG), unless you first select New Document or open an existing file.

To reproduce:

(1) Launch robopaint. Make simple drawing with just a circle, try to save.
-> Result: Bad SVG file, with extra <rect ...> and </g> before first <g>.

<svg width="10.99986in" height="7.998293in" xmlns="http://www.w3.org/2000/svg"> <rect fill="url(#gridpattern)" stroke-width="0" y="0" x="0" height="100%" width="100%"/> </g> [...] </svg>

(2) Try to load that file.
-> Result: Cannot load file (since it's a bad SVG).

(3) Make new document, or open existing document, and try to save
-> Result: Success; makes working SVG.

(4) Restart RoboPaint, File > New Document
-> Result: Saving works OK.

Copied from original issue: evil-mad/robopaint#212

Remove the word "image" from edit context

From @oskay on November 17, 2013 21:42

Usually, "image" refers to a bitmap. We should consistently use terms that do not imply bitmap, like "document," "drawing," or "painting"

"Open an example image" -> "open an example drawing"
"import image" -> ??? Seems to actually import images, but since we can't print them, this may not be a good thing.

Copied from original issue: evil-mad/robopaint#114

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.