Giter Site home page Giter Site logo

Rect shadow broken about canvas HOT 3 CLOSED

tfriedel6 avatar tfriedel6 commented on May 22, 2024
Rect shadow broken

from canvas.

Comments (3)

tfriedel6 avatar tfriedel6 commented on May 22, 2024

Hi again!

I haven't been able to reproduce the DrawImage problem. Could you maybe post the code with the DrawImage?

As for the performance, that is certainly possible that that can be kinda slow. That's a disadvantage of me using a fairly fast computer, I don't really notice that sometimes. At some point I'll switch to a computer with an embedded GPU and check there.

But just to be sure, did you call cnv.BeginPath() before calling cnv.Rect()? If not, it will actually append the rect to the path every frame. I don't really like that behavior, but it does seem to be the way that the HTML canvas works as well.

from canvas.

SuperDog83 avatar SuperDog83 commented on May 22, 2024

I have edited the code for the rect, but the issue is still there... :(

		cnv.BeginPath()
		cnv.Rect(this.X, this.Y, this.W, this.H)
		cnv.SetFillStyle(this.Color)
		cnv.SetShadowColor(this.ShadowColor)
		cnv.SetShadowBlur(this.ShadowBlur)
		cnv.SetShadowOffsetX(this.ShadowOffX)
		cnv.SetShadowOffsetY(this.ShadowOffY)
		cnv.Fill()

for the drawImage

func (this *Image) Render(cnv *canvas.Canvas) {
	cnv.DrawImage(this.Src, this.X, this.Y)
}

from canvas.

tfriedel6 avatar tfriedel6 commented on May 22, 2024

I still haven't been able to reproduce the problem with the DrawImage and the shadow. According to your screenshots, the image should not be drawn at all. Is that right?

As for the performance, the shadows are indeed not all that fast. I hadn't noticed since on my computer they are quite fast, but I tried running it on my phone, and it slows down considerably. There does seem to be a faster way to do blurs, but I'm not sure yet.

from canvas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.