[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: Paint: Add 'Polyline()' and 'SmoothPolyline()' methods.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
132d6597 by Benoît Minisini at 2024-12-29T17:21:42+01:00
Paint: Add 'Polyline()' and 'SmoothPolyline()' methods.

[GB.GUI.BASE]
* NEW: Paint: 'Polyline()' is a new method that adds to the current path a polyline from an array of points.
* NEW: Paint: 'SmoothPopyline()' is a new method that adds to the current path a curve made of splines defined by an array of points.

- - - - -
aed1ff9b by Benoît Minisini at 2024-12-29T17:37:43+01:00
Image editor: New button that smooth a selection with splines.

[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: New button that smooth a selection with splines.
* NEW: Image editor: Little enhancements in magnet and selection drawing.
* NEW: Update French translation.

- - - - -


14 changed files:

- app/src/gambas3/.app.png
- app/src/gambas3/.icon.png
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Editor/Image/CImageSelection.class
- app/src/gambas3/.src/Editor/Image/CImageShape.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.form
- + app/src/gambas3/img/draw/smooth.png
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/Paint.class
- + comp/src/gb.gui.base/.src/PaintSmooth.module
- comp/src/gb.gui.base/.src/Test/FTestLabel2.class
- comp/src/gb.gui.base/.src/Test/FTestLabel2.form


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d67582a517d40eb8fa2aa602985f7ce7374dbe36...aed1ff9bf5b2f033296dbc436122862f687d26c3

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d67582a517d40eb8fa2aa602985f7ce7374dbe36...aed1ff9bf5b2f033296dbc436122862f687d26c3
You're receiving this email because of your account on gitlab.com.