python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is there a way to anti-alias a graphics2d object in Java?
I'm not sure if the term "anti-alias" is correct in this instance, I'm quite ignorant about computer graphics, but I'm looking for a way to make the graphics of my Java program look less blo...

xfmw
Votes: 0
Answers: 0
How can I have border-radius without anti-aliasing?
I want to make div corners pixelated when they have border-radius by increasing scale() value, but browsers make them smooth, is there any way to achieve this?

user18051470
Votes: 0
Answers: 1
SDL_TTF, Render Modes are identical in quality
I have a click based game to code, and It contains some text that need to be rendererd in real-time,I tried to render the text with TTF_RenderText_Solid() , TTF_RenderText_Shaded(),TTF_RenderText_Ble...
Yacine Megrah
Votes: 0
Answers: 0
Remove the jaggedness
I'm trying to plot a Spirograph™ curve
In [65]: from matplotlib.pyplot import gca, subplots
...: from numpy import exp, lcm, linspace, pi
...:
...: def prepare_for_sg():
...: fig,...

gboffi
Votes: 0
Answers: 2