fresco icon indicating copy to clipboard operation
fresco copied to clipboard

Fixed svg example

Open k4k7us23 opened this issue 1 year ago • 0 comments

Motivation

Fixes broken example of loading svg using fresco. Fixes https://github.com/facebook/fresco/issues/2820

Test Plan

Vito's java implementation

  1. Launch showcase project
  2. Open svg screen using sidebar menu
  3. Enable toggle "Svg support enable"
  4. Press "kill now" in an appeared dialog
  5. Open showcase application
  6. Make sure fresco's svg logo is displayed svg shown using vito java impl

Vito's kotlin implementation

  1. Launch showcase project
  2. Open settings screen using sidebar menu
  3. Enable vito -> "Use kotlin implemention" setting
  4. Open svg screen using sidebar menu
  5. Enable toggle "Svg support enable"
  6. Press "kill now" in an appeared dialog
  7. Open showcase application
  8. Make sure fresco's svg logo is displayed
svg shown using vito kotlin impl

k4k7us23 avatar Jan 17 '25 13:01 k4k7us23