1

How can I select the colors for a linear gradient in svg-edit?

The "Change fill color" popup lets me select a gradient, which seems to be based on the current solid color of the shape. But there is no color-picker for either vertex.

Florian
  • 37
  • 1
  • 7

1 Answers1

2

Double-click the circled "start" and "end" points in the screenshot:

Start and end

Brett Zamir
  • 14,034
  • 6
  • 54
  • 77
  • Sorry, for me its not working, tested via https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html – Florian Apr 02 '19 at 06:46
  • Not working in which browser? and which exact steps do you follow? – Brett Zamir Apr 02 '19 at 10:18
  • Im using Chrome 73.0.3683.86 (64-bit) on Windows 7 Professional. I can open the gradient tab, but double-clicking on any of the nodes has no effect. I would expect some kind of color-picker to pop up? – Florian Apr 02 '19 at 10:41
  • Oh, my apologies... I should have checked in Chrome--was using Firefox. I see confirmed. Please file as a bug. – Brett Zamir Apr 03 '19 at 00:16
  • actually, my apologies again, I forgot there already is an issue filed: https://github.com/SVG-Edit/svgedit/issues/181 so feel free to subscribe or comment there . I'll try to see if the suggested fix can still work in our much-since-changed code. – Brett Zamir Apr 03 '19 at 01:54
  • The issue is now fixed in `master`--not sure when I'll get to updating npm and the site. – Brett Zamir Apr 03 '19 at 03:37