From 274f0b28f2bbb9d9f461d5dd415e2714f959c205 Mon Sep 17 00:00:00 2001 From: jwal Date: Thu, 20 Dec 2012 02:22:33 -0800 Subject: [PATCH] Updated Required Browser Features (markdown) --- Required-Browser-Features.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index 2b0552e..6c34ffa 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -133,7 +133,7 @@ The language getter will be added to the window.navigator object, if the browser ## evenodd fill rule is supported Some PDF content is using "even-odd" fill rule/method. The content will not be displayed -properly if this feature is not supported. +properly (example: [#2351](https://github.com/mozilla/pdf.js/issues/2351)) if this feature is not supported. ## dashed line style is supported @@ -162,4 +162,3 @@ if the browser does not support web workers. The PDF.js will execute all code on the main thread, if the browser cannot send (large) typed arrays to web workers. -