]> granicus.if.org Git - graphviz/commit
fix misidentified gradient fills when using IDs
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 12 Nov 2022 23:35:22 +0000 (15:35 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 12 Nov 2022 23:40:10 +0000 (15:40 -0800)
commitcf0bd42a1a4318cc0c5f227370dcd246be47da5d
treebcfb634a00fc2cf0935331dbfc1c7ee598e96bc0
parent74c8e094592a445db62b69253d8ffb5663ec8df1
fix misidentified gradient fills when using IDs

465cef702370966f17d27d455093cf69a651af9c fixed an issue where `id` attributes
were not propagated to SVG output. However unfortunately it broke references to
such attributes in fill gradients. This commit makes the corresponding
adjustment to the references, so they once again align with their targets.

Gitlab: fixes #2307
Reported-by: Ronny H
CHANGELOG.md
plugin/core/gvrender_core_svg.c
tests/test_regression.py