Raphael JS 嵌套画布?

发布于 2024-12-06 04:23:02 字数 150 浏览 1 评论 0原文

我正在使用 Raphael JS 在网页上绘制矢量图形,并且我有一个矩形 (Raphael.rect),我想将其用作与其父级不同的单独画布。 有什么办法可以做到这一点吗?

编辑:我只是像平常一样在矩形中绘制,但它不会切断其边框的内容。

I'm using Raphael JS to draw vector graphics on a webpage, and I have a rectangle (Raphael.rect) that I'd like to use as a seperate canvas from its parent.
Is there any way to do this?

EDIT: I'd just draw in the rectangle like normal, but it wouldn't cut off the contents at its border.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

幸福还没到 2024-12-13 04:23:02

目前,您无法使用 Raphael rect 作为常规 Raphael 对象的等效项:遗憾的是,不支持嵌套。您可能需要做的是使用 rect 的位置作为应出现在 rect 内的所有绘图操作的偏移量。

You currently can not use a Raphael rect as the equivalent of a regular Raphael object: nesting is unfortunately not supported. What you will probably have to do is use the position of the rect as an offset for all your drawing operations that should appear inside the rect.

少跟Wǒ拽 2024-12-13 04:23:02

显然,clip-rect 适用于此。
噢,在所有希望都破灭后寻找的力量。

Apparently clip-rect works for this.
Oh the power of searching after all hope is lost.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文