Dominik Šelmeci

Results 2 issues of Dominik Šelmeci

Hi, i have simple _test.svg_ file: ` wat ` When i try: `cairosvg test.svg -o test.pdf` then the text in _test.pdf_ is bold, italic but NOT underline. [test.pdf](https://github.com/Kozea/CairoSVG/files/456824/test.pdf)

feature

Hi Brain! I love the React course! :) One question in part Error Boundaries. When I try the `ErrorBoundary` as you suggested like this: ``` root.render( ); ``` then it...