Chathu Vishwajith

Results 9 issues of Chathu Vishwajith

**Describe the bug** When try to use with Typescript setup for SVG component gives following error. ``` No overload matches this call. Overload 1 of 2, '(props: SVGProps | Readonly):...

**Describe the bug** When use with stream PDF custom font get dots. ```ts import ReactPDF from '@react-pdf/renderer'; import { createElement, FunctionComponent } from 'react'; export function getPDFExporterStream(document: FunctionComponent, data?: T)...

**Describe the bug** There are some supported properties of Page is missing in types. **To Reproduce** 1. Install the dependancies including @react-pdf/types. 2. Try to create a Document with Page...

**Describe the bug** Try to change dpi of a page and following TypeScript error. ``` No overload matches this call. Overload 1 of 2, '(props: PageProps | Readonly): Page', gave...

**Describe the bug** We got pngs with white line drawings. When we try to render since in white background we can not see the image. Can apply any filters for...

**Describe the bug** A page or a guide on migration to 3.0.0. We can keep this issue as a guide. ### Breaking changes * Node.js 12 is not supported anymore....

**Describe the bug** Seems transform rotate happens after layout width and height is calculated. If we want to make a full width landscape image to a full height portrait this...

**Is your feature request related to a problem? Please describe.** Some fonts have different line heights like Robots and Arial has two different line heights. For CSS3 there is a[...

new feature

I got a server endpoint which retry a stream of PDF file from a POST endpoint. Need to send some data to the post endpoint and it will return a...