Hi,

Adam Cooper <[EMAIL PROTECTED]> writes:

> Anyway, I am trying to create a relatively small (approx 20~30px
> across) circle.

The best way to create a path that represents a perfect circle is
probably to import an SVG from a vector editor or to open the
Script-Fu console and use something like

 (gimp-path-import-string 1 "<?xml?><svg><circle r='20'></svg>" -1 0 0)

Yes, we should definitely add an easier way to do this, especially
since all the functionality for basic shapes is already available in
GIMP, it is just not exposed in any usable way.


Sven
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to