Open kenkangxgwe opened 4 years ago
The first one below gives no border
ResourceFunction["RandomMondrian"][EdgeThickness -> Thickness[1/200 // N], EdgeColor -> Black] ResourceFunction["RandomMondrian"][EdgeThickness -> Thickness[1/200], EdgeColor -> Black]
If that's the case, worth noting it in the documentation.
Thickness[1/200 // N] 是非预期行为, 而且应该是个 bug
Thickness[1/200 // N]
Okay, 另外可以加个选项把填充的边框去掉吗?
EdgeThickness -> Thickness[0] 这种吗
EdgeThickness -> Thickness[0]
外边框 image // ImagePad[#, -20] &
image // ImagePad[#, -20] &
The first one below gives no border
If that's the case, worth noting it in the documentation.