kane50613/takumi
 Watch   
 Star   
 Fork   
1 days ago
takumi

takumi-raster@0.4.5

Fix debug-build panic when drop-shadow hits a fully transparent element

drop-shadow() on an element with no visible pixels panicked with an integer underflow in debug builds. The bounds check now short-circuits before computing the empty region's size.

1 days ago
takumi

takumi@2.5.4

  • takumi-js@2.5.4
  • @takumi-rs/core@2.5.4
  • @takumi-rs/wasm@2.5.4
  • @takumi-rs/image-response@2.5.4
  • @takumi-rs/helpers@2.5.4
  • takumi@2.5.4
3 days ago
takumi

takumi-raster@0.4.4

Published takumi-raster@0.4.4.

3 days ago
takumi

takumi-core@0.11.0

Place the underline below descenders with text-underline-position

text-underline-position now parses and applies. under puts the underline at the bottom edge of the em box rather than at the font's underline metric, so it clears descenders. auto and from-font keep the font's underline metric, which is what the renderer already did. left and right are rejected, since they only mean something in vertical writing modes, which takumi does not support.

3 days ago
takumi

takumi-html@0.1.17

Published takumi-html@0.1.17.

3 days ago
takumi

takumi-svg@0.3.4

Published takumi-svg@0.3.4.

3 days ago
takumi

takumi@2.5.3

  • @takumi-rs/wasm@2.5.3
  • @takumi-rs/image-response@2.5.3
  • takumi-js@2.5.3
  • @takumi-rs/helpers@2.5.3
  • @takumi-rs/core@2.5.3
  • takumi@2.5.3
4 days ago
takumi

takumi@2.5.2

  • @takumi-rs/helpers@2.5.2
  • takumi-js@2.5.2
  • @takumi-rs/core@2.5.2
  • @takumi-rs/image-response@2.5.2
  • @takumi-rs/wasm@2.5.2
  • takumi@2.5.2

Export FontSource from the prelude

FontResource::new takes anything that converts into a FontSource, and naming that type is the only way to reach FontSource::from_static or from_shared. It was missing from the prelude, so registering an include_bytes! face meant going through the semver-exempt unstable module.

4 days ago
takumi

takumi@2.5.1

  • @takumi-rs/wasm@2.5.1
  • @takumi-rs/helpers@2.5.1
  • takumi-js@2.5.1
  • @takumi-rs/image-response@2.5.1
  • @takumi-rs/core@2.5.1
  • takumi@2.5.1
4 days ago
takumi

takumi-html@0.1.16

Published takumi-html@0.1.16.