awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesVector Styling Properties

Configures the visual appearance of vector elements using style objects or component properties.

Distinct from Vector Graphics Renderers: Focuses on the styling of vector elements rather than the rendering pipeline itself.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Vector Styling Properties. Refine with filters or upvote what's useful.

Awesome Vector Styling Properties GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • diegomura/react-pdfdiegomura 的头像

    diegomura/react-pdf

    16,403在 GitHub 上查看↗

    This library provides a rendering engine that translates declarative component trees into PDF files. It enables the construction of complex document structures using a component-based architecture, allowing developers to define layout, styling, and content programmatically. The system operates across both browser and server-side environments, offering a unified interface for generating structured documents. The project distinguishes itself through a sophisticated layout and rendering pipeline that handles the complexities of document creation. It utilizes a flexbox-based engine for element po

    Configures the appearance of vector elements using style objects to maintain consistent visual design.

    TypeScriptflexboxpdfreact
    在 GitHub 上查看↗16,403
  • remix-design/remixiconRemix-Design 的头像

    Remix-Design/RemixIcon

    8,203在 GitHub 上查看↗

    RemixIcon 是一个开源图标库,为数字界面提供了一系列中性矢量图标,可用作 SVG 资产和 Web 字体。该项目提供可缩放矢量图形作为 SVG 图标集,以及用于集成到 Web 和移动设计中的 Web 字体图标库。 该库通过提供轮廓和填充两种样式的每个符号来保持一致的视觉语言。它包括一个专用的 Figma 符号库,允许将资产直接放置到设计画布上。 该项目涵盖了通过直接 SVG 嵌入、雪碧图(sprite sheets)和 Web 字体渲染进行的资产交付。它还具有用于图标发现的 AI 驱动自然语言搜索,并支持在演示软件中修改符号。

    Provides every symbol in both outlined and filled styles to ensure a consistent visual language.

    Less
    在 GitHub 上查看↗8,203
  • evil-icons/evil-iconsE

    evil-icons/evil-icons

    5,023在 GitHub 上查看↗

    该项目是为 Web 界面设计的可缩放矢量图形集合。它作为 SVG 图标库分发,可通过包管理器作为 Node.js 包和 Ruby gem 获取。 该集合提供即插即用的矢量图形,可以导入到 Web 应用程序中,并使用 CSS 进行样式设置以调整大小、颜色和布局。 该库支持通过任务运行器插件和基于模板的渲染进行集成,以管理开发流水线中的资产。

    Allows adjusting icon size and color through CSS to match a brand's design system.

    JavaScript
    在 GitHub 上查看↗5,023
  • linebender/resvglinebender 的头像

    linebender/resvg

    3,895在 GitHub 上查看↗

    Resvg 是一个高兼容性的 SVG 渲染库和解析引擎,旨在将可缩放矢量图形转换为光栅图像。它作为一个 SVG 转光栅转换器,解析 XML 树并管理矢量数据到位图格式的转换。 该项目通过产生完全相同的像素级输出,确保了跨平台的视觉一致性,无论操作系统或 CPU 架构如何。它凭借文本布局引擎脱颖而出,该引擎处理复杂的排版,包括双向重排、垂直书写模式和彩色 Emoji 字体。 该库涵盖了广泛的功能面,包括应用外部 CSS 样式表、渲染诸如高斯模糊之类的视觉滤镜,以及对字体和图像的可编程分辨率。它还结合了安全措施,通过强制限制文档复杂性和嵌套深度来防止资源耗尽攻击。

    Implements a high-compliance CSS cascade to apply styles to SVG elements based on specificity.

    Rustrendersvg
    在 GitHub 上查看↗3,895
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Vector Rendering Pipelines
  6. Vector Graphics Renderers
  7. Vector Styling Properties

探索子标签

  • CSS-Based StylingApplying 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.
  • Dual-Style ParallelismMaintaining mirrored outlined and filled versions of the same vector symbol for visual consistency. **Distinct from Vector Styling Properties:** Distinct from Vector Styling Properties: specifically addresses the provision of dual visual weights for every icon rather than general styling parameters.