Page MenuHome

Fix T88651: svg rect not using id as name
ClosedPublic

Authored by Falk David (filedescriptor) on May 29 2021, 11:54 AM.

Details

Summary

The rectangle shape was not using the id as the object name when
importing. All other shapes are doing it this way already.

The patch calls id_names_from_node to set the name to the id.
Credits go to @Arie Lakeman (ariejdl).

Diff Detail