Well, it seems I found the problem: the <object> tag cannot be auto-closing. 
So we should replace

<object data="{imagesdir=}{imagesdir?/}{target}" type="image/svg+xml" />

by

<object data="{imagesdir=}{imagesdir?/}{target}" 
type="image/svg+xml"></object>

or even better:

<object data="{imagesdir=}{imagesdir?/}{target}" type="image/svg+xml">
  <span class="comment"><strong>ERROR</strong>: SVG file '{target}' cannot 
be rendered</span>
</object>

Stuart, could you add a similar fix in graphviz-filter.conf ?

Thanks a lot,
Lionel

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/asciidoc/-/-NlWgLwoqXcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to