Jump to content

Bitmap line draw at 1px


proyb2
 Share

Recommended Posts

Let say the vertical line draw on 1px on x-axis, the line will appear grey color instead of black while line draw on 10px will appear in a sharp black color, isn't the line at 1px should appear sharp as well? What could be done without increasing line width?

bmapbox.line(1, 0, 1, 100, "0x000000", 1)bmapbox.line(20, 0, 20, 100, "0x000000", 1)bmapbox.line(30, 0, 30, 100, "0x000000", 1)bmapbox.line(40, 0, 40, 100, "0x000000", 1)
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...