zhoulijun12315

Results 10 comments of zhoulijun12315

have same problem

i get the same error

我发现如果照片是存在iCloud的就无法读取

对,上面的 if(keyCount == dic.count) 应该改为 if(keyCount == (dic.count-1)) 这才算是遍历到最后一个了

In the latest version, the same problem exists.

> @zhoulijun12315 would it be possible if you could provide us a sample project that can run as-is so we can take a look on our end? Thanks. @sgong-pdftron I...

> @zhoulijun12315 A new [configuration](https://github.com/PDFTron/pdftron-flutter/blob/master/lib/config.dart#L550) has been added that can enable the viewer's full screen mode. Could you give it a try and see if this resolves the issue? >...

i got the same issue. @terryyoon-pdftron i edit podfile.lock , change to -' PDFNet (9.3.0.80119).' Then run 'pod install', get the error: ' [!] The 'Pods-Runner' target has transitive dependencies...

> 透明度的逻辑目前确实有问题,建议把透明度设置成一个特别大的数字(比如99)来画完全不透明的线条 > […](#) > 在 2020年11月20日,22:26,zhoulijun12315 ***@***.***> 写道:  设置了opacity=1.0,但是在size很小的时候的确是实心的,但是一旦画笔size设置大,就出现了透明状态。 let pen = canvas.defaultBrush! pen.name = "Pen" pen.pointSize = 20.0 pen.opacity = 1.0 — You are receiving this because...

我从iconPark下载的svg都无法导入到icomoon.io内。全部提示 ``` Strokes get ignored when generating fonts. You can convert them to fills to prevent this. ```