Takashi Kawasaki

Results 19 issues of Takashi Kawasaki

https://github.com/flutter/flutter/issues/145930

help wanted
need investigation

![image](https://github.com/user-attachments/assets/46e63437-c089-4e1e-ab3f-26152876af06) in some pdf, the marking is not placed correctly due to layout issues or any other reason. but the size of the text was correct marking but the placement...

bug

Horizontal page layout feature was discussed several times on #9, #170, adn #187. It can be implemented using `PdfViewerParams.layoutPages` (see https://github.com/espresso3389/pdfrx/issues/9#issuecomment-1879735782). But sometimes, scrolling and other behavior is too tricky...

feature request
enhancement

Previously discussed on #71 and #83 but they're wrong place to discuss about the feature. ![ezgif-5-7234ba1ecb](https://github.com/espresso3389/pdfrx/assets/16151463/4c3bfaba-45b4-4c26-b314-8c4bb66807f7)

feature request

Is there any way to move pdfImage to top instead of centering it like in this example? @espresso3389 _Originally posted by @DonRubiczek in https://github.com/espresso3389/pdfrx/issues/89#issuecomment-1997219371_

# Description For Pdfium WASM, I want to implement a way to use fonts locally installed on the machine. # Technologies to use - [Local Font Access API](https://developer.mozilla.org/en-US/docs/Web/API/Local_Font_Access_API) - [pdfium_worker.js](https://github.com/espresso3389/pdfrx/blob/master/wasm/pdfrx_wasm/assets/pdfium_worker.js):...

enhancement

Related: #538 It seems Flutter Web on Windows, it handles Ctrl+Wheel events inside Flutter engine and we didn't receive PointerScrollEvent but PointerScaleEvent inside InteractiveViewer. And it results in incorrect boundaryMargin...

When I generate API document for pdfrx 2.1.17 ([c574c981d](https://github.com/espresso3389/pdfrx/tree/c574c981dd8ede9a34c7e95d3c388d2700396b9e)), dartdoc failed with the following error: ``` PS D:\pdfrx\packages\pdfrx> dart doc . Documenting pdfrx... Discovering libraries... Linking elements... Precaching local docs...

type-bug

I understand there's a discussion about images on API reference (such as #502). My understanding is that we should upload the image to somewhere and document should embed the URL...

type-enhancement