Git Product home page Git Product logo

Comments (3)

dnvs avatar dnvs commented on August 15, 2024

btw, another question about bitmap color, is there easy way to modify a tint color of bitmap shape? or is there a way to modify fillcolor of loaded svg file?

from zimjs.

danzen avatar danzen commented on August 15, 2024

Hi @dnvs yes for the tint of a bitmap can be adjusted with createjs filter. https://www.createjs.com/docs/easeljs/classes/ColorFilter.html You need to cache() the bimap after - even though it is a bitmap. So that would be what to use as I think you would have modify the svg before sending it to a bitmap to change the fill of the "svg". If you get the SVG to Blob working then you can change color of the blob dynamically with color or borderColor properties.

For the SVG issue... SVGContainer and with SVG passed into Blob() and Squiggle() as points, it does not accept style parameters. We just added a test to pull them out rather than give an error. You could try that at https://zimjs.org/cdn/10.9.1/zim_doc.js or just remove the three or four style parameters in the SVG. I suspect that other things in there my not translate... not sure - like the overflow and symbols. We have a fellow called KV who requested SVG in the first place and has helped debug. You could come in to https://zimjs.com/slack and maybe we could look into more things there. There is also https://zimjs.com/nio/paths.html where you can make your own Blob and Squiggle points without SVG.

from zimjs.

danzen avatar danzen commented on August 15, 2024

Cute! They are little houses...

from zimjs.

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.