IE9 appears not to honour the SVG shape-rendering=\"crispEdges\" attribute. Here\'s a sample SVG: <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>
I\'m using jQuery to fade in and fade out the contents of a DIV.The fade works fine and looks smooth in basically all browsers except for Safari (pc version 5.1, mac 5.0.5).In Safari, the HTML text po
I\'m making a game in cocos2d that uses \"old-school\" style graphics, and I don\'t want the sprites to be antialiased in any way. I can use [[sprite texture] setAliasTexParameters] to disable th开发者
I\'m trying to create a SWING application using Java 1.6 and I have a JLabel that uses a custom font from a .ttf file.
3D surface rotation in Mathematica 7 with anti-aliasing turned off is very fast and smooth.However, turning on anti-aliasing, even at a moderate level, drastically reduces the rendered frame rate, mak
Question: In Reporting Service, I need to have a vertical, starting at bottom, bottom-to-top, horizontally middle aligned text.
As seen here. I have been having a few issues with sub pixel precision in the canvas. Now I\'m having even more. I\'m trying to render hard edged isometric squares as shown in th开发者_C百科e image in
In my iPhone applica开发者_JAVA百科tion, many lines are drawn. Alas, some of them are neither vertical nor horizontal, meaning that they have jagged edges.
The problem is pretty complicated to explain but here goes: I\'m making a paint program that draws paths onto a canvas with textured background. Each stroke is stored as a path that updates as the u
i got a problem with my textures in a JOGL program. the textures i draw onto a cube which is taken from a displaylist are flickering.