afdesign import raises "NotImplementedError" for Object types "EmbN" and "ImgN"
#### Summary:
Firstly, thanks for providing an option to import afdesign files. Sadly, I cannot import file "afdesign" (generated in v2) raising a `NotImplementedError` and not importing the file.
#### Steps to reproduce:
<!-- Describe what you did (step-by-step) so we can reproduce: -->
- open Inkscape
- Import..., select file .afdesign
#### What happened?
Pop-Up with the following information:
"Inkscape has received additional data from the script executed. The script did not return an error, but this may indicate the results will not be as expected and not finishing the import."
Additionally provided information:
```
Traceback (most recent call last):
File "C:\Program Files\Inkscape\share\inkscape\extensions\other\extension-afdesign\inkaf\svg\convert.py", line 266, in _add_child
svg = self._parse_child(child)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Inkscape\share\inkscape\extensions\other\extension-afdesign\inkaf\svg\convert.py", line 255, in _parse_child
raise NotImplementedError(
NotImplementedError: Object type "ImgN" not implemented
Traceback (most recent call last):
File "C:\Program Files\Inkscape\share\inkscape\extensions\other\extension-afdesign\inkaf\svg\convert.py", line 266, in _add_child
svg = self._parse_child(child)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Inkscape\share\inkscape\extensions\other\extension-afdesign\inkaf\svg\convert.py", line 255, in _parse_child
raise NotImplementedError(
NotImplementedError: Object type "ImgN" not implemented
Traceback (most recent call last):
File "C:\Program Files\Inkscape\share\inkscape\extensions\other\extension-afdesign\inkaf\svg\convert.py", line 266, in _add_child
svg = self._parse_child(child)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Inkscape\share\inkscape\extensions\other\extension-afdesign\inkaf\svg\convert.py", line 255, in _parse_child
raise NotImplementedError(
NotImplementedError: Object type "EmbN" not implemented
Traceback (most recent call last):
File "C:\Program Files\Inkscape\share\inkscape\extensions\other\extension-afdesign\inkaf\svg\convert.py", line 266, in _add_child
svg = self._parse_child(child)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Inkscape\share\inkscape\extensions\other\extension-afdesign\inkaf\svg\convert.py", line 255, in _parse_child
raise NotImplementedError(
NotImplementedError: Object type "EmbN" not implemented
```
#### What should have happened?
Normal import of .afdesign file, while no import was happening.
Sample attachments:
I cannot provide the given file, since it is a private template (not corrupted, can be opened in afdesign), so hopefully the above provided information can help to understand which object types are not implemented in 1.4 so far.
#### Version info
<!--
For Inkscape 1.0.2 and older, please manually add the Inkscape Version and Operating System Version. The Inkscape version is listed in the About dialog. For command line users, run 'inkscape -V'
Paste the information in the empty space between the apostrophes below:
-->
```
Inkscape 1.4 (86a8ad7, 2024-10-11)
Compile (Run)
GLib version: 2.82.1
GTK version: 3.24.43 (3.24.43)
glibmm version: 2.66.7
gtkmm version: 3.24.9
libxml2 version: 2.12.9
libxslt version: 1.1.42
Cairo version: 1.18.2 (1.18.2)
Pango version: 1.54.0 (1.54.0)
HarfBuzz version: 10.0.1 (10.0.1)
OS version: Windows 10 22H2
Python 3.12.5
```
<!--
❤️ Thank you for filling in a new bug report, we appreciate the help! ❤️
Please be patient while we try to find the time to look into your issue.
Remember that Inkscape is developed by volunteers in their spare time, we'll try our best to respond to all reports.
-->
<!--
Please be careful when/after writing # for example in logs, code, or versions of linux
- use inline code span - single backticks (`) before and after it, like this - `#1618`
- use multi-line code block - triple backticks (```) to fence/enclose console logs
- attach long logs as a text file.
-->
issue