You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking at Apollo 8 sample source code, I found that vivliostyle parses incorrect syntax for ellipse, which is -epubx-shape-outside: ellipse(50%, 55%, 46%, 46%);. After correcting it to the correct syntax ellipse(44% 40% at 51% 54%), vivliostyle.js didn't parse it correctly;
The text was updated successfully, but these errors were encountered:
Indeed, currently modern browsers support shape-outside and the old -epubx-shape-outside implementation should be no longer necessary. I will consider fixing it.
After looking at Apollo 8 sample source code, I found that vivliostyle parses incorrect syntax for ellipse, which is
-epubx-shape-outside: ellipse(50%, 55%, 46%, 46%);
. After correcting it to the correct syntaxellipse(44% 40% at 51% 54%)
, vivliostyle.js didn't parse it correctly;The text was updated successfully, but these errors were encountered: