Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

canvaskit-wasm

Package Overview
Dependencies
Maintainers
9
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvaskit-wasm - npm Package Compare versions

Comparing version 0.37.0 to 0.37.1

paragraphs.html

9

CHANGELOG.md

@@ -9,2 +9,11 @@ # CanvasKit Changelog

## [0.37.1] - 2022-11-08
### Fixed
- Font resolution algorithm for ellipsis in SkParagraph (skbug.com/11797)
- GrContexts will properly target the correct WebGL context
- CanvasKit built with no_embedded_font will properly link and be able to load fonts from passed-in
bytes.
- Text styled with fontSize or heightMultiplier 0 will be invisible.
## [0.37.0] - 2022-09-07

@@ -11,0 +20,0 @@

2

package.json
{
"name": "canvaskit-wasm",
"version": "0.37.0",
"version": "0.37.1",
"description": "A WASM version of Skia's Canvas API",

@@ -5,0 +5,0 @@ "main": "bin/canvaskit.js",

@@ -618,11 +618,9 @@ // This file is type-checked by the Typescript definitions. It is not actually executed.

const mallocedGraphemes = new Uint32Array(10);
const mallocedSoftBreaks = new Uint32Array(10);
const mallocedHardBreaks = new Uint32Array(10);
const paragraph3 = builder.buildWithClientInfo(
const mallocedLineBreaks = new Uint32Array(10);
const paragraph3 = builder.buildWithClientInfo(// $ExpectType Paragraph
mallocedBidis,
mallocedWords,
mallocedGraphemes,
mallocedSoftBreaks,
mallocedHardBreaks
); // $ExpectType Paragraph
mallocedLineBreaks
);
}

@@ -629,0 +627,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc