Knowledge.ToString()

Tag: fabricjs

  • FabricJS Image.applyFilters trims image

    Issue When you apply filters to an image, it trims on the right or bottom part. Cause Internally by default image is painted over a tile of 2048×2048. If the height or width of the image is greater than 2048, remaining part of the image will be trimmed. Fix Increase textureSize to 4096 at the…

    |