-
-
Notifications
You must be signed in to change notification settings - Fork 94
Roadmap #113
Copy link
Copy link
Open
Description
0.1. The first usable version
Canvas
- createCanvas
- getContext
- png
- jpeg
- svg
- avif
- gif
- webp
- data
- toDataURL
CanvasRenderingContext2D
Property
- canvas
- fillStyle
- filter
- font
- globalAlpha
- globalCompositeOperation
- imageSmoothingEnabled
- imageSmoothingQuality
- lineCap
- lineDashOffset
- lineJoin
- lineWidth
- miterLimit
- shadowBlur
- shadowColor
- shadowOffsetX
- shadowOffsetY
- strokeStyle
- textAlign
- textBaseline
- letterSpacing
- wordSpacing
- fontStretch
- fontKerning
- fontVariantCaps
Methods
- arc
- arcTo
- beginPath
- bezierCurveTo
- clearRect
- clip
- closePath
- createImageData
- createLinearGradient
- createPattern
- createRadialGradient
- drawImage
- ellipse
- fill
- fillRect
- fillText
- getContextAttributes
- getImageData
- getLineDash
- getTransform
- isPointInPath
- isPointInStroke
- lineTo
- measureText
- moveTo
- putImageData
- quadraticCurveTo
- rect
- resetTransform
- restore
- rotate
- save
- scale
- setLineDash
- setTransform
- stroke
- strokeRect
- strokeText
- transform
- translate
Path2D
- Constructor
- addPath
- closePath
- moveTo
- lineTo
- bezierCurveTo
- quadraticCurveTo
- arc
- arcTo
- ellipse
- rect
Text rendering
- maxWidth
- font weight
- font variant
- font style
ImageData
Constructor
- width/height
- Uint8ClampedArray/width
- Uint8ClampedArray/width/height
Property
- data
- width
- height
Image
Property
- width
- height
- alt
- complete
- crossOrigin
- currentSrc
- decoding
- loading
- naturalWidth
- naturalHeight
Methods
- decode
0.2. Testing, code cleanup and performance
0.3. API stable, documents
1.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels