2 个仓库
Applying visual styles to vector elements specifically through cascading stylesheets.
Distinct from Vector Styling Properties: Distinct from Vector Styling Properties which covers general style objects; this focuses on the CSS mechanism.
Explore 2 awesome GitHub repositories matching graphics & multimedia · CSS-Based Styling. Refine with filters or upvote what's useful.
该项目是为 Web 界面设计的可缩放矢量图形集合。它作为 SVG 图标库分发,可通过包管理器作为 Node.js 包和 Ruby gem 获取。 该集合提供即插即用的矢量图形,可以导入到 Web 应用程序中,并使用 CSS 进行样式设置以调整大小、颜色和布局。 该库支持通过任务运行器插件和基于模板的渲染进行集成,以管理开发流水线中的资产。
Allows adjusting icon size and color through CSS to match a brand's design system.
Resvg 是一个高兼容性的 SVG 渲染库和解析引擎,旨在将可缩放矢量图形转换为光栅图像。它作为一个 SVG 转光栅转换器,解析 XML 树并管理矢量数据到位图格式的转换。 该项目通过产生完全相同的像素级输出,确保了跨平台的视觉一致性,无论操作系统或 CPU 架构如何。它凭借文本布局引擎脱颖而出,该引擎处理复杂的排版,包括双向重排、垂直书写模式和彩色 Emoji 字体。 该库涵盖了广泛的功能面,包括应用外部 CSS 样式表、渲染诸如高斯模糊之类的视觉滤镜,以及对字体和图像的可编程分辨率。它还结合了安全措施,通过强制限制文档复杂性和嵌套深度来防止资源耗尽攻击。
Implements a high-compliance CSS cascade to apply styles to SVG elements based on specificity.