Stories
Slash Boxes
Comments

SoylentNews is people

posted by n1 on Friday June 10 2016, @07:07AM   Printer-friendly
from the \_[^-^]_/,,,{-_-},,,_(o_o)_ dept.

Krita is a QT based raster graphics editor. This release brings improvements to performance and user interface as well as the addition of 2d frame-by-frame animation. You can find in depth information on this release in these release notes.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by gtomorrow on Saturday June 11 2016, @01:46PM

    by gtomorrow (2230) on Saturday June 11 2016, @01:46PM (#358305)

    Sorry, it's Pen/Bezier tool (Shift-F6) > click starting point > DON'T DRAG and DOUBLE-click where you'd like your end point.

  • (Score: 2) by HiThere on Saturday June 11 2016, @07:42PM

    by HiThere (866) on Saturday June 11 2016, @07:42PM (#358399) Journal

    There are multiple ways to create a straight line in Inkscape. They are all less convenient than creating, e.g., a rectangle. And what you end up with isn't a straight line in essence, only in presentation. That's quite useful, but it means that it doesn't act quite right in many contexts. The system doesn't know it's intended to be a straight line, so it's subject to easily and accidentally being modified into, e.g., a line that bulges. In comparison if you draw a rectangle, it's a rectangle until you explicitly convert it into something else, say an object that looks like a rectangle.

    It's possible that this is a limitation of SVG, but Inkscape has it's own dialect of svg already (though it still used the svg suffix), so it could easily be added. (They should have their own suffix, say svgi, so that you could easily tell which files are actual svg and which are inkscape, but that hasn't caused me any problems so far. I'm not sure what extra information they share.)

    --
    Javascript is what you use to allow unknown third parties to run software you have no idea about on your computer.