Hello!

I'm quite new to AVG, but it looks really interesting. I'm just diving
into it, to learn more about the format and the possibilities.
Currently, I'm writing an SVG2AVG filter, so that it should become
possible to use Inkscape for authoring AVG files.

While working on that, I ran into an issue: When I have a words element
with alignment != left, the text gets cropped. The part of the text that
lies left of the given coordinates is not shown.

You can try it out with this simple snippet:

<?xml version="1.0" encoding="UTF-8"?>
<avg width="640" height="480">
  <div id="layer1">
      <words alignment="left" x="320" y="20">Should I stay or should I 
go?</words>
      <words alignment="center" x="320" y="50">Should I stay or should I 
go?</words>
      <words alignment="right" x="320" y="80">Should I stay or should I 
go?</words>
  </div>
</avg>

I also tried it out with enablecrop="false", but that didn't help.

Is this a general issue, or is it caused by my specific setup (I have an
nVidia GeForce 6800 on Ubuntu Gutsy)? I'd like to hear about your
experiences.

Thanks in advance,
Frederik


_______________________________________________
libavg-users mailing list
[email protected]
https://mail.datenhain.de/mailman/listinfo/libavg-users

Reply via email to