I want to draw 3D-border for non-rectangle figure.
Just now I do following. I select white, insideframe pen and execute PolyPoligon.
Then, using the same points, select grey Pen and by PolyLine change right and down border.
After this it's necessary to make offset 1 pixel and to draw black line around right and down parts.
For horizontal and vertical lines - no problems. But with rounded/diagonal lines occurs troubles.
I understand, that it possible to create Poligon from vertical and horizontal lines only (with step 1-2 pixels).
But could be exist better solution ?
Just now I do following. I select white, insideframe pen and execute PolyPoligon.
Then, using the same points, select grey Pen and by PolyLine change right and down border.
After this it's necessary to make offset 1 pixel and to draw black line around right and down parts.
For horizontal and vertical lines - no problems. But with rounded/diagonal lines occurs troubles.
I understand, that it possible to create Poligon from vertical and horizontal lines only (with step 1-2 pixels).
But could be exist better solution ?
Comment