#4247: plotting -- bug in text and pdf export
----------------------+-----------------------------------------------------
 Reporter:  was       |       Owner:  was       
     Type:  defect    |      Status:  new       
 Priority:  major     |   Milestone:  sage-3.1.3
Component:  graphics  |    Keywords:            
----------------------+-----------------------------------------------------
 This works:
 {{{
 sage: text("sage", (0,0), rgbcolor=(0r,0r,0r)).save(SAGE_TMP + 'a.pdf')
 }}}
 but this doesn't (big confusing traceback):
 {{{
 sage: text("sage", (0,0), rgbcolor=(0,0,0)).save(SAGE_TMP + 'a.pdf')
 }}}

 The fix will be to make sure text (or whatever) normalizes the rgb input
 params to all be of type float.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4247>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to