1

我正在尝试从 php/html 脚本创建 .pdf 文件weasyprint

在浏览器中打开我的脚本时,一切看起来都很好。但是当我用 weasyprint 生成 .pdf 并打开它时,我的精灵没有按应有的方式呈现。

例子:
普通的
变成
weasyprint

以下是应用于 a<span>以显示 sprite 的属性示例:

.spr0 {
    background-image: url(/images/sprite_0.png);
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.spr_star5 {
    background-position: 0px 0px;
    width: 80px;
    height: 14px;
}

是否有一些属性weasyprint不接受,所以这就是为什么我的精灵没有很好地显示?

4

0 回答 0