octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #33118] text rotation fails for angles other t


From: Rik
Subject: [Octave-bug-tracker] [bug #33118] text rotation fails for angles other than 90 deg
Date: Wed, 20 Apr 2011 15:57:16 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.04 (lucid) Firefox/3.6.16

Follow-up Comment #5, bug #33118 (project octave):

Confirmed that this is a rendering issue as printing works correctly.


plot (1:10);
text (2, 6, "Hello World", "Rotation", 45);
print -dpdf rot_test.pdf


Good work by Andreas in identifying the problem file and area.  It looks to me
like we are maintaining the pixels in an Octave uint8NDarray already.  This
means we could probably just use a rotation matrix in Octave rather than
calling out to FreeType.  I don't mess with the graphics area much, however,
so someone else will have to do any coding in this area.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33118>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]