Skip to content

Shapes, text, cords, and much more

Choose a tag to compare

@Ariel4545 Ariel4545 released this 24 Oct 12:08
· 5 commits to main since this release
eb0bd37

Added

move paint

move paint - with MB-3 (relative to mouse movement)
Move Paint has 2 modes now - specific items (closer to the mouse's pointer) and all
move paint distance options:
for mouse - ratio (1-3) of how much distance the drawing will move relative to the mouse
for keys - adjustable pixel count to move the drawing with

lines positioning

added 2 new mechanics of the positioning output (lines)
Straight - one click for the starting position and one for the ending pos thus creating a straight line between those 2 points.
Centered - one constant starting position and every click create a straight line from that position

Shapes

Added shapes addition system:

  1. select one of many shapes.
    (circle, square, arc, tringle, chord, pieslice, rectangle, pentagon, right triangle, hexagon, octagon)
  2. (Some shapes have many options, such as positioning, sides, types, angles, etc.)
  3. adjust the shape color(s) and border size
  4. click "Add shape" and click on the position you want the shape to be in

Others

Added UI mode that uses drop-down menus (limited usage), which can be changed anytime in the settings

post-script canvas save, with an option to convert the post-script to PDF

Added scroll bars to the canvas, horizontal and vertical, which can be independently activated/deactivated from the settings

options:
  1. lines settings - connect first and last points like a "Straight line"
  2. erase canvas function usage warning.
  3. activate/deactivate move paint methods (mouse/keys)

Changed \ Improved:

Undo now will remove all the output that happens with a range of one mouse button hold, and not a brief dot from the line.

Improved "hover mode" by adding item detection functionality when you press MB1, it will show the item type, color(s), and for lines only - starting and ending cords.

MacOs and (partially) Linux will now have a defined default UI color for some in-frame titles (because the default UI color is different between operating systems)

Fixed special addition modes (add text/shape) transition to hover mode bugs