Skip to main content
chenjil43641795
Legend
April 23, 2018
Answered

The HTML5 will show the deleted line space.Is this a bug?

  • April 23, 2018
  • 1 reply
  • 587 views

Finish drawing.

Draw a shaded range with a pencil.

Select all, pencil color no Fill.

HTML5 would appear deleted pencil.

AS3 is fine.

Do not know whether can solve, or this is a bug in itself.

What I H5 need is a vector picture.

Now the effect doesn't meet my requirements.

HTML5

AS3

    This topic has been closed for replies.
    Correct answer ClayUUID

    This is an issue with how browsers draw anti-aliased lines on the canvas element. All you can do for now is work around it.

    Can Animate solve the "fill gap" problems in canvas?

    1 reply

    chenjil43641795
    Legend
    April 23, 2018

    H5

    ClayUUIDCorrect answer
    Legend
    April 23, 2018

    This is an issue with how browsers draw anti-aliased lines on the canvas element. All you can do for now is work around it.

    Can Animate solve the "fill gap" problems in canvas?

    chenjil43641795
    Legend
    April 23, 2018

    Thank you.

    Though I know why.

    But the solution is not realistic for me.

    Animations to draw thousands of frames.

    Alas.