Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ofn-brush-strokes-on-path
#8
(03-26-2020, 01:14 AM)carmen Wrote: Trying this (brush: clipboard from imported svg)

and noticing the poor quality (making it indexed, if anything improved the image--less antialiasing), I used it as template for copies of the associated path, which gave:

which I like better.
Question: would it be very difficult to script a 'path along path', on the line of 'text along path'?
And ... yes!--inkscape provides that function out of the box, among 'path effects'...

This script is about paintbrush strokes, with all their restrictions.

I have an unpublished script that does the path equivalent of Gimp's text-along-path, and likely uses the very same algorithm because it suffers from exactly the same problem: things are bluntly squished inside the bends and stretched outside. There are at least two footprints in your example that would be badly distorted. What you want is more like what my own text-along-path does: each character is rotated without distortion. That script could be a solution if:
  • You find a Unicode character that looks like what you want (there is a "footprints" emoji)
  • That character has the appropriate orientation (unfortunately, not in the default font)
Reply


Messages In This Thread
ofn-brush-strokes-on-path - by Ofnuts - 02-21-2020, 06:27 PM
RE: ofn-brush-strokes-on-path - by Zero01 - 02-21-2020, 09:59 PM
RE: ofn-brush-strokes-on-path - by Krikor - 02-21-2020, 11:14 PM
RE: ofn-brush-strokes-on-path - by Ofnuts - 02-21-2020, 11:15 PM
RE: ofn-brush-strokes-on-path - by Krikor - 02-21-2020, 11:26 PM
RE: ofn-brush-strokes-on-path - by Ofnuts - 02-21-2020, 11:14 PM
RE: ofn-brush-strokes-on-path - by carmen - 03-26-2020, 01:14 AM
RE: ofn-brush-strokes-on-path - by Ofnuts - 03-26-2020, 08:17 AM
RE: ofn-brush-strokes-on-path - by carmen - 03-26-2020, 12:18 PM
RE: ofn-brush-strokes-on-path - by Ofnuts - 03-26-2020, 12:27 PM
RE: ofn-brush-strokes-on-path - by Blighty - 03-27-2020, 03:20 PM
RE: ofn-brush-strokes-on-path - by Ofnuts - 03-27-2020, 05:59 PM
RE: ofn-brush-strokes-on-path - by Blighty - 03-26-2020, 09:56 AM
RE: ofn-brush-strokes-on-path - by Ofnuts - 03-26-2020, 12:18 PM
RE: ofn-brush-strokes-on-path - by carmen - 03-26-2020, 12:43 PM
RE: ofn-brush-strokes-on-path - by Ofnuts - 03-27-2020, 12:11 AM
RE: ofn-brush-strokes-on-path - by carmen - 03-27-2020, 11:10 AM
RE: ofn-brush-strokes-on-path - by Ofnuts - 03-27-2020, 01:35 PM
RE: ofn-brush-strokes-on-path - by carmen - 03-27-2020, 03:45 PM
RE: ofn-brush-strokes-on-path - by Krikor - 03-27-2020, 04:04 PM
RE: ofn-brush-strokes-on-path - by carmen - 03-27-2020, 05:05 PM
RE: ofn-brush-strokes-on-path - by Ofnuts - 03-27-2020, 05:54 PM

Forum Jump: