= Diagrams Diagrams in this folder have been created with Inkscape, using a restricted color palette (white, black, 50% gray and pure red), one choice of dotted vs. solid lines, and only two text sizes (8 and 12) using the generic "sans serif" font family. If adding any new diagrams, please try to maintain consistency with the rest of these diagrams in order to aid consistency and readability of the Vulkan specification. Inkscape does not need to be used, but is recommended as a powerful free tool for generating vector diagrams, and is known to generate diagrams compatible with the rest of the Vulkan toolchain. If using other tools, please ensure that the diagram renders correctly in popular browsers and in the PDF generation path for the specification. == UTF-8 Characters At the moment, the PDF conversion path only supports the Windows-1252 character set, as we are currently using the standard fonts built into every PDF viewer - such that we don't have to embed a different font. Unfortunately these only support Windows-1252, which is a highly limited character set. As such, characters not in that set will not display properly when present in an SVG, and will fire a warning when building the PDF. Luckily, Inkscape has an "Object to path" function built in, which will convert text to a raw path, allowing these characters to be supported. Please ensure that you build the PDF before submitting any new images, particularly with non-standard characters, in order to catch such errors.