|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #58429] Export of plotted circles to SVG could use SVG circle primitive |
| Date: | Mon, 25 May 2020 23:24:32 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko |
Follow-up Comment #6, bug #58429 (project octave):
Testing a bit more with Matlab, it seems that the outline of a marker is done
with a <path> object in SVG and only if the marker is filled does it use a
<circle> element for the fill.
There is no distinction between 2-D and 3-D, it results in the same file.
It seems if we really wanted to support this well we could use a circle
element for the markeredge as well. But, at least we're pretty much Matlab
compatible with the existing implementation.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58429>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |