0NotApplicable0
0NotApplicable0
**Is your feature request related to a problem? Please describe.** Inline block is not yet supported. **Describe the solution you'd like** Addition of display: inline-block **Describe alternatives you've considered** Float:...
See https://github.com/richard-scryber/scryber.core/issues/71
See https://github.com/richard-scryber/scryber.core/issues/73
**Is your feature request related to a problem? Please describe.** You are unable to load a font from a Base64 string. Ex: ``` @font-face { font-family: 'code128'; src: url(data:font/truetype;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMl8G62MAAAE4AA...) }...
**Describe the bug** ``` #if !NETSTANDARD2_0 Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); _windows1252 = new PDFEncoding(System.Text.Encoding.GetEncoding("windows-1252"), null); #else _windows1252 = null; ``` A null exception is thrown when rendering a PDF on windows. Is it...
### Describe the bug When using options.Template() with a block helper it is expected that the first block will be printed if options.Template() is called and options.Inverse() will print the...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Support for the CSS processors "writing-mode" and "text-orientation". With these two you can vertically...