summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJunsuChoi <jsuya.choi@samsung.com>2022-01-12 11:33:43 +0900
committerHermet Park <chuneon.park@samsung.com>2022-01-12 11:33:44 +0900
commit92f77c512305dde21e25ca92baab138cfc498054 (patch)
tree7f5b2141367e13d8cfaf82cf151547b8c77f3430 /old
parent5ebebe4698bf6618620a841b5af94afe1ea7a6fd (diff)
downloadefl-92f77c512305dde21e25ca92baab138cfc498054.tar.gz
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
Diffstat (limited to 'old')
0 files changed, 0 insertions, 0 deletions