Issue 19985 - Antialiasing is not performed on some effects
Summary: Antialiasing is not performed on some effects
Status: CLOSED DUPLICATE of issue 16938
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: OOo 1.1 RC4
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: thb
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-24 13:41 UTC by gt73
Modified: 2007-01-12 14:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
A screenshot of the presentation showing the bug (56.39 KB, image/png)
2003-10-21 15:04 UTC, gt73
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description gt73 2003-09-24 13:41:55 UTC
Open up a new slide. Use the text tool with font arial, size 22 color brown2 and
type this:

print "\n" ;
print "What is your name ? " ;
$my_name = <STDIN> ;
chomp ( $my_name ) ;
print "\n" ;
print "What is the year of your birth ? " ;
$my_year = <STDIN> ;
$my_age = 2003 - $my_year ;
print "\n" ;
print "Hi, $my_name you are $my_age" ;
print "\n" ;

Now draw a rounded rectangle around this block of text and fill it with white.
Bring this object back so that the block of text is visible.
Group the two objects: the block of text and the rounded rectangle.
Choose as animation effects: Fly in/Fy In From Top Left, fast speed and no
sound. Run the slideshow: you see that the text is not antialiased.

If you apply the animation effects: Fade/Fade From center the text IS antialiased.

That's all
Giuseppe Torelli
Comment 1 wolframgarten 2003-09-24 13:55:16 UTC
Reassigned to Christian.
Comment 2 christian.guenther 2003-10-21 13:01:12 UTC
I can't reproduce the bug.
Please attach a sample document.
Comment 3 gt73 2003-10-21 15:04:56 UTC
Created attachment 10518 [details]
A screenshot of the presentation showing the bug
Comment 4 christian.guenther 2003-10-22 09:40:09 UTC
set to new and change the target
Comment 5 christian.guenther 2003-10-22 09:48:24 UTC
I can reproduce the bug.
Please have a look.
Comment 6 thb 2003-12-04 12:28:54 UTC
We will address this issue with the presentation engine rewrite.
Comment 7 thb 2004-01-26 13:52:22 UTC
Set to duplicate.

*** This issue has been marked as a duplicate of 16938 ***
Comment 8 thb 2007-01-12 14:15:01 UTC
closing