Summary
- Updates js-draw
- Adds a "text size" option to the text tool GUI.
- Bug fixes:
- Use
fill="none"
instead offill="#00000000"
(some SVG viewers seem to render#00000000
as black, rather than transparent). - Shapes drawn with the line tool were open, resulting in incorrect rendering when zooming in on these shapes.
- Use
- Merges latest upstream changes.
Notes
- This release works around around laurent22#7360 by upgrading to react-native 0.69.7. This required a switch to a different library for floating action buttons (see laurent22#6890).