How to eliminate aria-label, flowRoot and rdf from my SVGs
by Steve Litt
Hi all,
I've created a bookwriting format called Stylz, which can be turned
into an HTML doc or ePub by running a program.
I check the ePubs with a very strict program called epubcheck, and the
only errors it still finds are errors in my SVG images, even after I
saved the SVGs as plain-svg. Specifically, it complains about my <rdf>
elements, my <flowRoot> elements, and my aria-label attribute. Can I
just remove the two elements and delete the attribute, or do I need to
do something else to preserve the look of the image while getting rid
of these three?
Thanks,
SteveT
Steve Litt
April 2018 featured book: Troubleshooting Techniques
of the Successful Technologist
http://www.troubleshooters.com/techniques
5 years, 4 months
Re: [Inkscape-user] New Das Stroke LPE
by Jabier Arraiza
Thanks Tav for the feedback.
Im working in a feature to allow use min lenght of a segment to define
the aproximate lenght of the hole/dash, this allow corner perfect
dashes in a rectangle with diferent ammount of dashes.
I go to the link you send to catch more ideas...
I realy like more a SVG spec than a LPE, mainly because Im not
recreating the stroke but subdividing the segment, so we cannot handle
fills without fill between many LPE.
Regards.
On Sun, 2018-04-01 at 14:16 +0200, Tavmjong Bah wrote:
> On Sun, 2018-04-01 at 12:51 +0200, Jabier Arraiza wrote:
> > Hey folks,
> >
> > Whit the help of Lazur and the thread:
> > http://www.inkscapeforum.com/viewtopic.php?f=22&t=24175&p=83448&hil
> > it
> > =s
> > troke+dash#p83448 just do a tiny LPE to fix it.
> >
> > Here are the new video showing it (no audio):
> >
> > https://archive.org/details/dash-stroke-lpe
>
> Nice!
>
> > Hope is useful since is not included in the SVG spec.
>
> If it's an LPE it doesn't need to be in the SVG spec. Have a look at
> this to see what the SVG group was thinking about before it was
> removed
> from the SVG 2 spec:
>
> https://svgwg.org/specs/strokes/#StrokeDashing
>
> > With love, Jabiertxo.
> > -------------------------------------------------------------------
> > -----------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > Inkscape-user mailing list
> > Inkscape-user(a)lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/inkscape-user
5 years, 5 months