wmayer
8711ae90c6
Part: Fix XML output of PropertyGeometryList::Save
...
Write all XML attributes of the Geometry element into a single line.
Currently the XML output looks:
<Geometry type="Part::GeomLineSegment"
id="-1" migrated="1">
With the fix it will be:
<Geometry type="Part::GeomLineSegment" id="-1" migrated="1">
2024-10-14 09:07:46 -05:00
..
2024-10-03 09:55:04 -05:00
2024-10-14 08:58:35 -05:00
2024-10-10 13:47:09 +02:00
2024-10-14 08:51:11 -05:00
2024-10-14 08:19:03 -05:00
2024-09-09 18:25:52 +02:00
2024-10-14 08:51:50 -05:00
2024-09-23 14:09:56 -04:00
2024-09-30 17:42:49 +02:00
2024-08-28 17:51:34 +02:00
2024-07-16 11:48:07 +02:00
2024-10-07 08:35:43 -05:00
2024-10-07 08:33:31 -05:00
2024-09-23 14:09:56 -04:00
2024-09-23 14:09:56 -04:00
2024-09-23 14:09:56 -04:00
2024-10-14 09:07:46 -05:00
2024-10-13 13:34:14 -05:00
2024-08-26 18:14:22 +02:00
2024-09-23 14:09:56 -04:00
2024-09-19 09:36:54 +02:00
2024-07-23 16:16:30 +02:00
2024-10-08 10:53:00 -05:00
2024-10-03 10:03:10 -05:00
2024-10-10 20:25:30 -05:00
2024-09-23 10:53:39 -05:00
2024-10-07 17:40:32 +02:00
2024-08-28 15:56:09 +00:00
2024-09-22 16:57:26 -05:00
2024-08-26 11:27:09 -05:00