On 9 June 2012 02:56, Wilhelm Meier <[email protected]> wrote: > Hi, > > what's wrong with this block image macro: > > image::../Hp12c.jpg[scaledwidth="50%"] > > If I look at the docbook.xml-output, I can't find any scaling here! (Same > wir the scale attribute) >
Works for me. image::geany.png[scaledwidth="50%"] correctly produces <imagedata fileref="geany.png" width="50%" scalefit="1"/> and image::geany.png[scale="50%"] correctly produces <imagedata fileref="geany.png" scale="50%"/> Cheers Lex > -- > Wilhelm > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > 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. > -- You received this message because you are subscribed to the Google Groups "asciidoc" group. 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.
