efl/src
junsu choi 92f77c5123 evas_vg_load_svg: Add check that stroke-dasharray is "none"
Summary:
"none" is the default value of dasharray and can actually be used.
Currently using "none" causes a segfault. This patch prevents it.

Test Plan:
SVG image
```
<svg viewBox="0 0 30 10" xmlns="http://www.w3.org/2000/svg">
  <line x1="0" y1="3" x2="30" y2="3" stroke="black" stroke-dasharray="none" />
</svg>
```

Reviewers: Hermet, raster, kimcinoo

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12317
2022-01-12 11:33:44 +09:00
..
benchmarks benchmark: Remove unnecessary import and export macros from benchmark executables 2020-12-06 12:25:19 -03:00
bin efreetd - use putenv for better porting to weird os's 2022-01-09 21:14:23 +00:00
bindings efl_mono: Use architecture independent ECANCELED 2020-11-25 10:44:41 -03:00
edje_external emotion: remove all left overs from removed backends 2020-06-05 12:47:43 +02:00
examples ecore evas ews - deprecate/remove 2021-03-28 13:56:33 +01:00
generic evas - loader - rsvg - work around rsvg now returning 0 sized dims 2021-10-05 01:00:33 +01:00
lib Efl.Gfx.Path: Remove unnecessary optimization code for small arc 2022-01-12 11:32:42 +09:00
modules evas_vg_load_svg: Add check that stroke-dasharray is "none" 2022-01-12 11:33:44 +09:00
scripts build: disable elua by default, plus nicer detection 2020-06-06 19:28:26 +02:00
static_libs fnmatch - warning remove on arm 2021-05-12 11:08:15 +01:00
tests elm - test - disable 2 negative tests that are failing to fail 2022-01-04 14:13:32 +00:00
wayland_protocol wayland - update code generate private code and have no warnings 2021-05-07 00:02:05 +01:00