Slobodan Babic

Results 10 issues of Slobodan Babic

See readme.md for details

Hi. I am trying to use this library to export a chart created with chart.js to SVG, but it seems that chart.js can't use 'fake' context created by C2S. I...

Hello. I was able to run `ionic-audio` in my Ionic 4 project by simply changing one line (line 3) in `ionic-audio.module.js`: Change: import { IonicModule } from 'ionic-angular'; To: import...

### Description of feature I would love to see `Chart` class exposed (exported), so we can extend it to new chart types when needed. I suppose I can fork the...

feature request

Hi. Nice work with this little plugin. This should be default behavior for Ionic apps on devices. My question is: what are possible values for class names that should make...

### Minimal reproducible example https://snack.expo.dev/@bocko/6300a6?platform=android ### What platform(s) does this occur on? Android, iOS ### Did you reproduce this issue in a development build? No (tested in Expo Go) ###...

project: snack
Issue accepted

For better UX it would be nice to have the information wether there are any `undo` or `redo` states available before attempting to execute them, so UI can reflect that...

Hello. When parent node is near the bottom of view and we click and expand it, the newly expanded branch is opened down and is out of view, so we...

Hi. I have svg file with path ids (like id="some_string") and running your tool with -d option gives me the following output: { {"type":"Feature", "properties":{ "svgID":"#[object Object]" /*

`ResolutionUnit` type definition is incorrect. Parser returns it as number (as it should), and it is defined as string [here](https://github.com/bockoblur/ts-exif-parser/blob/5aac26aa39824fea5af675671174fc53b996e4d8/lib/ExifData.ts#L53).